bytes property

Uint8List? bytes
final

Byte data for this file. Particurlarly useful if you want to manipulate its data or easily upload to somewhere else. Check here in the FAQ an example on how to use it to upload on web.

Implementation

final Uint8List? bytes;