isInProgress property

bool get isInProgress

Returns true if state is InProgress

Implementation

bool get isInProgress => this is InProgress;