isNotEmpty property

bool get isNotEmpty

Whether the ansi-formatted-text is not empty.

Implementation

bool get isNotEmpty => ansi.isNotEmpty;