hasPalette property

bool hasPalette

Is true if the image has a palette.

Implementation

bool get hasPalette => data?.palette != null;