menu
solana package
documentation
dto.dart
FutureContextResultExt<T>
value property
value property
dark_mode
light_mode
value
property
Future
<
T
>
get
value
Implementation
Future<T> get value async => (await this).value;
solana package
documentation
dto
FutureContextResultExt<T>
value property
FutureContextResultExt extension on
Future
<
ContextResult
<
T
>
>