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