isEmpty property

bool get isEmpty

Whether this status is empty.

Implementation

bool get isEmpty => this is EmptyStatus;