isHdrFormat property
      
      bool
      get
      isHdrFormat
      
    
    
Is true if the image is a high dynamic range image.
Implementation
bool get isHdrFormat => data?.isHdrFormat ?? false;Is true if the image is a high dynamic range image.
bool get isHdrFormat => data?.isHdrFormat ?? false;