type property

String type

Implementation

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

Implementation

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