Flutter
async
ValueResult
<
T
>
value property
value
value
property
Null safety
T
value
final
The result of a successful computation.
Implementation
final T value;
Flutter
async
ValueResult
<
T
>
value property
ValueResult class
Constructors
ValueResult
Properties
asError
asFuture
asValue
hashCode
isError
isValue
runtimeType
value
Methods
addTo
complete
noSuchMethod
toString
Operators
operator ==