allowNonIdempotent property
Bypass the schema-driven idempotency safety gate. Default false:
methods without idempotency_level = IDEMPOTENT (or NO_SIDE_EFFECTS)
are not retried. Set true only when paired with an idempotency-key
interceptor and a server that deduplicates by key.
Implementation
final bool allowNonIdempotent;