toByteData method

ByteData toByteData()

Implementation

ByteData toByteData() =>
    Uint8List.fromList(utf8.encode(value)).buffer.asByteData();