bitsPerChannel property
      
      int
      get
      bitsPerChannel
      
    
    
The number of bits per color channel.
Implementation
int get bitsPerChannel => data?.bitsPerChannel ?? 0;The number of bits per color channel.
int get bitsPerChannel => data?.bitsPerChannel ?? 0;