done property

bool done

Return true if schedule is executed and terminated.

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

Implementation

bool get done => _completer == null;