v property

Future<T?> get v

Implementation

@pragma("vm:prefer-inline")
Future<T?> get v {
  return this as Future<T?>;
}