type property
RTCSdpType
get
type
Implementation
RTCSdpType get type =>
RTCSdpType.fromValue(js_util.getProperty(this, 'type'));
set
type
(RTCSdpType newValue)
Implementation
set type(RTCSdpType newValue) {
js_util.setProperty(this, 'type', newValue.value);
}