isLoading property

RxBool get isLoading

Whether the query is currently loading

Implementation

RxBool get isLoading =>
    _isLoadingNotifier ??= RxBool(status.value == ZenQueryStatus.loading);