menu
conduit_codable
cast
Future
<
E
>
Future const constructor
Future
brightness_4
Future<
E
>
constructor
Null safety
const
Future<
E
>
(
Cast
<
E
>
value
)
Implementation
const Future(Cast<E> value) : _value = value;
conduit_codable
cast
Future
<
E
>
Future const constructor
Future class
Constructors
Future
Properties
hashCode
runtimeType
Methods
cast
noSuchMethod
toString
Operators
operator ==