readOnly property
bool
get
readOnly
Implementation
bool get readOnly => js_util.getProperty(this, 'readOnly');
set
readOnly
(bool newValue)
Implementation
set readOnly(bool newValue) {
js_util.setProperty(this, 'readOnly', newValue);
}