$isInit function

bool $isInit()

Implementation

bool $isInit() {
  final curr = $prev(false);
  return curr ?? true;
}