isWithError property
bool
get
isWithError
Implementation
bool get isWithError =>
_asyncContent != null ? _asyncContent!.isWithError : false;
bool get isWithError =>
_asyncContent != null ? _asyncContent!.isWithError : false;