lengthInBytes property
      
      int
      get
      lengthInBytes
      
    
    
The length in bytes of the image data buffer.
Implementation
int get lengthInBytes => data?.buffer.lengthInBytes ?? 0;
The length in bytes of the image data buffer.
int get lengthInBytes => data?.buffer.lengthInBytes ?? 0;