readOnlyHint property

bool? get readOnlyHint

If true, the tool does not modify its environment.

Implementation

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