GetNotifier<T> constructor

GetNotifier<T>(
  1. T initial
)

Implementation

GetNotifier(T initial) : super(initial) {
  $configureLifeCycle();
}