debugAssertChildListLocked method

  1. @override
bool debugAssertChildListLocked ()
override

Copied from SliverMultiBoxAdaptorElement.debugAssertChildListLocked.

Implementation

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