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