toASCII method

String toASCII()

Uint8List转ASCII字符串

Implementation

String toASCII() {
  return ascii.decode(this, allowInvalid: true);
}