RestorableProperty<T> constructor

RestorableProperty<T>()

Creates a RestorableProperty.

Implementation

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