RxStatus.loading constructor

RxStatus.loading()

Implementation

factory RxStatus.loading() {
  return RxStatus._(isLoading: true);
}