isTerminal property

bool get isTerminal

Implementation

bool get isTerminal =>
    this == completed ||
    this == failed ||
    this == cancelled ||
    this == timedOut;