MultiValueNotifier<T> constructor

MultiValueNotifier<T>(
  1. List<T> _value
)

Implementation

MultiValueNotifier(this._value);