GetxAtomNotifier<T> constructor

GetxAtomNotifier<T>(
  1. T value
)

Implementation

GetxAtomNotifier(T value) : _rx = Rx(value);