isOKAsync property

FutureOr<bool> isOKAsync

Implementation

FutureOr<bool> get isOKAsync => then((r) => r.isOK);