type property

Implementation

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

Implementation

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