isNotOKAsync property

FutureOr<bool> isNotOKAsync

Implementation

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