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