ModelNotifier<T> constructor

const ModelNotifier<T>(
  1. Symbol dataKey,
  2. ValueNotifier<T> notifier, {
  3. Key? key,
})

Creates a ModelNotifier.

Implementation

const ModelNotifier(this.dataKey, this.notifier, {super.key}) : child = null;