status property

  1. @override
Rx<RxStatus> status
final

Returns the initialization RxStatus of this repository.

Implementation

@override
final Rx<RxStatus> status = Rx(RxStatus.empty());