isEmpty property

bool get isEmpty

Checks if the status indicates that the state is empty.

Implementation

bool get isEmpty => this is EmptyStatus;