readOnly property

bool readOnly

Implementation

bool get readOnly => js_util.getProperty(this, 'readOnly');
void readOnly=(bool newValue)

Implementation

set readOnly(bool newValue) {
  js_util.setProperty(this, 'readOnly', newValue);
}