PairNotifyController<T, U extends AutoDisposeNotifier<T> , V, W extends AutoDisposeNotifier<V> > constructor
const
PairNotifyController<T, U extends AutoDisposeNotifier<T> , V, W extends AutoDisposeNotifier<V> > ({})
Implementation
const PairNotifyController({
required this.pr1,
required this.pr2,
required this.builder,
super.key
});