data property

Uint8List data

Implementation

Uint8List get data =>
    dataBytes ?? Uint8List.fromList(utf8.encode(dataString!));