type property

int type

Implementation

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

Implementation

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