type property

Implementation

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

Implementation

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