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