isLoading property

RxBool isLoading
getter/setter pair

Reactive loading state indicator.

Set to true when data is being fetched, false otherwise. Use this to show/hide loading indicators in the UI.

Implementation

RxBool isLoading = false.obs;