isLoading property
RxBool
get
isLoading
Whether the mutation is currently running
Implementation
RxBool get isLoading =>
_isLoadingNotifier ??= RxBool(status.value == ZenMutationStatus.loading);
Whether the mutation is currently running
RxBool get isLoading =>
_isLoadingNotifier ??= RxBool(status.value == ZenMutationStatus.loading);