toUint8List method

dynamic toUint8List()

Implementation

toUint8List() {
  return Uint8List.fromList(data);
}