isLoading property

RxBool get isLoading

Implementation

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