type property

ItemType get type

Implementation

ItemType get type => ItemType.fromValue(js_util.getProperty(this, 'type'));
set type (ItemType newValue)

Implementation

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