utf8Encoded property

Uint8List get utf8Encoded

Converts to bytes with utf8.encoder.

Implementation

Uint8List get utf8Encoded {
  return utf8.encoder.convert(this);
}