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