done property

bool done

Return true if future is executed and terminated.

futureを実行したときに終了した場合trueを返す。

Implementation

bool get done => _completer == null;