sdp property

String sdp

Implementation

String get sdp => js_util.getProperty(this, 'sdp');
void sdp=(String newValue)

Implementation

set sdp(String newValue) {
  js_util.setProperty(this, 'sdp', newValue);
}