Dart API Referencedart:coreFutureNotCompleteException

FutureNotCompleteException Class

Thrown when reading a future's properties before it is complete.

Implements

Exception

Constructors

Code new FutureNotCompleteException() #

FutureNotCompleteException() {}

Methods

Code String toString() #

String toString() => "Exception: future has not been completed";