Flutter
async
ResultFuture
<
T
>
isComplete property
isComplete
isComplete
property
Null safety
bool
isComplete
Whether the future has fired and
result
is available.
Implementation
bool get isComplete => result != null;
Flutter
async
ResultFuture
<
T
>
isComplete property
ResultFuture class
Constructors
ResultFuture
Properties
hashCode
isComplete
result
runtimeType
Methods
asStream
catchError
noSuchMethod
then
timeout
toString
whenComplete
Operators
operator ==