isErrorAsync property

FutureOr<bool> isErrorAsync

Implementation

FutureOr<bool> get isErrorAsync => then((r) => r.isError);