status property
final
Reactive RxStatus of the Page being fetched.
May be:
Implementation
final Rx<RxStatus> status = Rx(RxStatus.success());
Reactive RxStatus of the Page being fetched.
May be:
final Rx<RxStatus> status = Rx(RxStatus.success());