RxStatus.empty constructor

RxStatus.empty()

Implementation

factory RxStatus.empty() {
  return RxStatus._(isEmpty: true);
}