isFailure property

bool get isFailure

Whether the operation failed.

Implementation

bool get isFailure => status == HostActionStatus.failed;