isErr method

Future<bool> isErr()

Implementation

@pragma("vm:prefer-inline")
Future<bool> isErr() {
  return then((result) => result.isErr());
}