sdpMid property
String?
get
sdpMid
Implementation
String? get sdpMid => js_util.getProperty(this, 'sdpMid');
set
sdpMid
(String? newValue)
Implementation
set sdpMid(String? newValue) {
js_util.setProperty(this, 'sdpMid', newValue);
}