debugAssertChildListLocked method
override
Copied from SliverMultiBoxAdaptorElement.debugAssertChildListLocked.
Implementation
@override
bool debugAssertChildListLocked() {
assert(_currentlyUpdatingChildIndex == null);
return true;
}
Copied from SliverMultiBoxAdaptorElement.debugAssertChildListLocked.
@override
bool debugAssertChildListLocked() {
assert(_currentlyUpdatingChildIndex == null);
return true;
}