idempotentHint property

bool? get idempotentHint

If true, calling the tool repeatedly with the same arguments will have no additional effect on the its environment.

(This property is meaningful only when readOnlyHint == false)

Implementation

bool? get idempotentHint => _value['idempotentHint'] as bool?;