isNotOKAsync property

Future<bool> get isNotOKAsync

Implementation

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