isErrorAsync property

Future<bool> isErrorAsync

Implementation

Future<bool> get isErrorAsync => then((r) => r.isError);