sdpFmtpLine property

String sdpFmtpLine

Implementation

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

Implementation

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