readOnly property

bool readOnly

Sets or retrieves the value indicated whether the content of the object is read-only.

Implementation

_i2.bool get readOnly => _i4.getProperty(
      this,
      'readOnly',
    );
void readOnly=(bool value)

Implementation

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