ValueChangeNotifier<T> constructor

ValueChangeNotifier<T>(
  1. String key,
  2. dynamic value
)

Implementation

ValueChangeNotifier(this.key, value) : super(value);