stdinSupportsAnsi property Null safety
override
When stdin is connected to a terminal, whether ANSI codes are supported.
Implementation
@override
bool get stdinSupportsAnsi => _throwIfNull(_stdinSupportsAnsi);
When stdin is connected to a terminal, whether ANSI codes are supported.
@override
bool get stdinSupportsAnsi => _throwIfNull(_stdinSupportsAnsi);