allowCopy property

bool get allowCopy

Gets or sets whether the user may copy objects in this layer. The initial value is true.

Implementation

_i2.bool get allowCopy => _i4.getProperty(
      this,
      'allowCopy',
    );
set allowCopy (bool value)

Implementation

set allowCopy(_i2.bool value) {
  _i4.setProperty(
    this,
    'allowCopy',
    value,
  );
}