isErr method

Future<bool> isErr()

Implementation

Future<bool> isErr() {
  return then((result) => result.isErr());
}