type property

WriteCommandType get type

Implementation

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

Implementation

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