isEmpty property

bool get isEmpty

Whether the status line has any content.

Implementation

bool get isEmpty => left.isEmpty && center.isEmpty && right.isEmpty;