palette property
Palette?
get
palette
The palette if the image has one, null otherwise.
Implementation
Palette? get palette => data?.palette;
The palette if the image has one, null otherwise.
Palette? get palette => data?.palette;