FChangeNotifier constructor

FChangeNotifier()

Creates a FChangeNotifier.

Implementation

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