isNotOKAsync property

FutureOr<bool> get isNotOKAsync

Implementation

FutureOr<bool> get isNotOKAsync => then((r) => r.isNotOK);