idempotent property

bool idempotent
final

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;