AutoListenNotifier<T> constructor

AutoListenNotifier<T>(
  1. T value
)

Implementation

AutoListenNotifier(T value) : super(value);