type property

ClientType type

Implementation

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

Implementation

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