RxStatus<T>.custom constructor

RxStatus<T>.custom()

Implementation

factory RxStatus.custom() => CustomStatus<T>();