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;