InspectorSelection constructor
Creates an instance of InspectorSelection.
Implementation
InspectorSelection() {
if (kFlutterMemoryAllocationsEnabled) {
ChangeNotifier.maybeDispatchObjectCreation(this);
}
}
Creates an instance of InspectorSelection.
InspectorSelection() {
if (kFlutterMemoryAllocationsEnabled) {
ChangeNotifier.maybeDispatchObjectCreation(this);
}
}