type property

RTCSdpType type

Implementation

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

Implementation

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