toBytes method

Uint8List toBytes()

Implementation

Uint8List toBytes() {
  return Uint8List.fromList(utf8.encode(this));
}