isError property

bool get isError

Whether this status is error.

Implementation

bool get isError => this is ErrorStatus;