button property

int button

Implementation

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

Implementation

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