ModelNotifier<T> constructor
const
ModelNotifier<T> (
- Symbol dataKey,
- ValueNotifier<
T> notifier, { - Key? key,
Creates a ModelNotifier.
Implementation
const ModelNotifier(this.dataKey, this.notifier, {super.key}) : child = null;