bytes property

Uint8List bytes

Implementation

Uint8List get bytes{
  assert(_isStream != null && !_isStream);
  return Uint8List.fromList(_bytes);
}