isIndexed property
bool
get
isIndexed
Whether this is a 256-palette colour (vs. a named ANSI colour).
Implementation
bool get isIndexed => _index != null;
Whether this is a 256-palette colour (vs. a named ANSI colour).
bool get isIndexed => _index != null;