ASCII константа
ASCII = const AsciiCodec()Экземпляр по умолчанию реализации AsciiCodec.
Этот экземпляр предоставляет удобный доступ к наиболее распространённым случаям использования ASCII.
Примеры:
var encoded = ASCII.encode("This is ASCII!");
var decoded = ASCII.decode([0x54, 0x68, 0x69, 0x73, 0x20, 0x69, 0x73,
0x20, 0x41, 0x53, 0x43, 0x49, 0x49, 0x21]);
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-convert/ASCII-constant.html