AdvancedValueNotifier<T> constructor

AdvancedValueNotifier<T>(
  1. T _value, {
  2. EqualityComparator<T>? comparator,
})

Implementation

AdvancedValueNotifier(
  this._value, {
  this.comparator,
});