isComplete property
bool
get
isComplete
Whether the phase is of type AsyncComplete.
Implementation
bool get isComplete => this is AsyncComplete;
Whether the phase is of type AsyncComplete.
bool get isComplete => this is AsyncComplete;