Dart
dart:convert
AsciiCodec
name property
description
name property
String
name
override
The name of this codec, "us-ascii".
Implementation
String
get
name =>
"us-ascii"
;