isModelReadOnly property

bool get isModelReadOnly

Gets or sets whether the Diagram's Diagram#model is Model#isReadOnly.

Implementation

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

Implementation

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