isOk method

Future<bool> isOk()

Implementation

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