Observable<T> typedef

Observable<T> = _StateNotifier<T>

Implementation

typedef Observable<T> = _StateNotifier<T>;