isNotEmpty property
bool
get
isNotEmpty
Whether the ansi-formatted-text is not empty.
Implementation
bool get isNotEmpty => ansi.isNotEmpty;
Whether the ansi-formatted-text is not empty.
bool get isNotEmpty => ansi.isNotEmpty;