isEmpty property

bool get isEmpty

Whether the ansi-formatted-text is empty.

Implementation

bool get isEmpty => ansi.isEmpty;