isTerminal property
bool
get
isTerminal
Implementation
bool get isTerminal =>
this == completed || this == failed || this == cancelled;
bool get isTerminal =>
this == completed || this == failed || this == cancelled;