status property

int status

Implementation

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

Implementation

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