type property

dynamic type

Implementation

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

Implementation

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