RxStatus<T>.loading constructor

RxStatus<T>.loading()

Implementation

factory RxStatus.loading() => LoadingStatus<T>();