isNone method

Future<bool> isNone()

Implementation

Future<bool> isNone() {
  return then((option) => option.isNone());
}