isInProgress property

bool isInProgress

Returns true if state is InProgress

Implementation

bool get isInProgress => this is InProgress;