disableEditingByAnnotationType property

void disableEditingByAnnotationType=(List value)

A list of Tools that cannot be edited after creation.

Defaults to empty.

Implementation

set disableEditingByAnnotationType(List value) =>
    _disableEditingByAnnotationType = value;