Returns true if a mutation with the given mutationKey is currently running.
mutationKey
static bool isMutatingKey(String mutationKey) => (_activeByKey[mutationKey] ?? 0) > 0;