sdpFmtpLine property

String get sdpFmtpLine

Implementation

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

Implementation

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