RxStatus<T>.empty constructor

RxStatus<T>.empty()

Implementation

factory RxStatus.empty() => EmptyStatus<T>();