MappedValueNotifier<T, R> constructor
MappedValueNotifier<T, R> (
- ValueListenable<
T> _notifier, - R _mapper(
- T value
Constructs a MappedValueNotifier with the given ValueListenable and mapper function.
Implementation
MappedValueNotifier(this._notifier, this._mapper);