bytes property

List<int>? bytes
final

Raw bytes for the file. Use on web or when you already have the bytes.

Implementation

final List<int>? bytes;