read property

int read

Implementation

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

Implementation

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