isOk method

Future<bool> isOk()

Implementation

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