read property

bool read

Implementation

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

Implementation

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