menu
codable_forked package
documentation
cast.dart
Future<E>
Future const constructor
Future const constructor
dark_mode
light_mode
Future<
E
>
constructor
const
Future<
E
>
(
Cast
<
E
>
value
)
Implementation
const Future(Cast<E> value) : _value = value;
codable_forked package
documentation
cast
Future<E>
Future const constructor
Future class