data property

Uint8List get data

Returns a copy of the push data

Implementation

Uint8List get data => Uint8List.fromList(_data);