isLoading property
bool
get
isLoading
Whether the mutation is currently running.
Implementation
bool get isLoading => status == MutationStatus.mutating;
Whether the mutation is currently running.
bool get isLoading => status == MutationStatus.mutating;