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