isOKAsync property

Future<bool> isOKAsync

Implementation

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