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