InspectorSelection constructor

InspectorSelection()

Creates an instance of InspectorSelection.

Implementation

InspectorSelection() {
  if (kFlutterMemoryAllocationsEnabled) {
    ChangeNotifier.maybeDispatchObjectCreation(this);
  }
}