isEmpty property
bool
get
isEmpty
Checks if the status indicates that the state is empty.
Implementation
bool get isEmpty => this is EmptyStatus;
Checks if the status indicates that the state is empty.
bool get isEmpty => this is EmptyStatus;