isLoading property

RxBool get isLoading

Whether the mutation is currently running

Implementation

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