isComplete property

bool get isComplete

Whether the future has fired and result is available.

Implementation

bool get isComplete => result != null;