hasColorPalette property
bool
get
hasColorPalette
Whether the terminal has reported any color palette entries.
Implementation
bool get hasColorPalette => palette.isNotEmpty;
Whether the terminal has reported any color palette entries.
bool get hasColorPalette => palette.isNotEmpty;