isError property

bool isError

Implementation

bool get isError =>
    this == null ? false : this!.resultType == ResultType.error;