isComplete property

bool isComplete

Whether the future has fired and result is available.

Implementation

bool get isComplete => result != null;