toBytesUTF8 method

Uint8List toBytesUTF8()

Implementation

Uint8List toBytesUTF8() => utf8.encode(this).toUint8List();