ariaReadOnly property

String? get ariaReadOnly

Implementation

String? get ariaReadOnly => js_util.getProperty(this, 'ariaReadOnly');
set ariaReadOnly (String? newValue)

Implementation

set ariaReadOnly(String? newValue) {
  js_util.setProperty(this, 'ariaReadOnly', newValue);
}