toU8List method
alias of data
This method will return a full copy of data
Implementation
Uint8List toU8List() => Uint8List.fromList(data);
alias of data
This method will return a full copy of data
Uint8List toU8List() => Uint8List.fromList(data);