idempotent property
Indicates whether the Action is idempotent (=true) or not.
Informs whether the Action can be called repeatedly with the same result, if present, based on the same input.
Implementation
final bool idempotent;
Indicates whether the Action is idempotent (=true) or not.
Informs whether the Action can be called repeatedly with the same result, if present, based on the same input.
final bool idempotent;