RxStatus.success constructor

RxStatus.success()

Implementation

factory RxStatus.success() {
  return RxStatus._(isSuccess: true);
}