isRaised property

bool get isRaised

Returns true iff this Objection is still raised and trying to prevent the phase from ending.

Implementation

bool get isRaised => !_completer.isCompleted;