debugAssertChildListLocked method

  1. @override
bool debugAssertChildListLocked()
override

Implementation

@override
bool debugAssertChildListLocked() {
  assert(_currentlyUpdatingChildIndex == null);
  return true;
}