value property

Future<T?> get value

Implementation

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