isNotOKAsync property

Future<bool> isNotOKAsync

Implementation

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