AtomNotifier<T> constructor

AtomNotifier<T>(
  1. T value
)

Implementation

AtomNotifier(T value) : super(value);