hasPalette property
bool
get
hasPalette
Is true if the image has a palette.
Implementation
bool get hasPalette => data?.palette != null;
Is true if the image has a palette.
bool get hasPalette => data?.palette != null;