AtomNotifier<T> constructor

AtomNotifier<T>(
  1. T value
)

Implementation

AtomNotifier(T value) : _notifier = ValueNotifier(value);