FChangeNotifier constructor

FChangeNotifier()

Creates a FChangeNotifier.

Implementation

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