sizeInBytes property
int
get
sizeInBytes
The size of image file input in bytes
Implementation
int get sizeInBytes => rawBytes.lengthInBytes;
The size of image file input in bytes
int get sizeInBytes => rawBytes.lengthInBytes;