done property
bool
get
done
Return true if schedule is executed and terminated.
scheduleを実行したときに終了した場合trueを返す。
Implementation
bool get done => _completer == null;
Return true if schedule is executed and terminated.
scheduleを実行したときに終了した場合trueを返す。
bool get done => _completer == null;