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