initOrUpdated property

bool initOrUpdated

Returns true if on initOrUpdate is executed and terminated.

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

Implementation

bool get initOrUpdated => _completer == null;