destructiveHint property

bool? get destructiveHint

If true, the tool may perform destructive updates to its environment.

If false, the tool performs only additive updates.

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

Implementation

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