hasForegroundColor property
bool
get
hasForegroundColor
Whether the terminal has reported its foreground color.
Implementation
bool get hasForegroundColor => foregroundColor != null;
Whether the terminal has reported its foreground color.
bool get hasForegroundColor => foregroundColor != null;