isWithError property

bool get isWithError

Implementation

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