v property

Future<T?> get v

Implementation

@pragma("vm:prefer-inline")
Future<T?> get v {
  return then((option) => option.v);
}