sdpFmtpLine property

String? get sdpFmtpLine

Implementation

_i2.String? get sdpFmtpLine => _i4.getProperty(
      this,
      'sdpFmtpLine',
    );
set sdpFmtpLine (String? value)

Implementation

set sdpFmtpLine(_i2.String? value) {
  _i4.setProperty(
    this,
    'sdpFmtpLine',
    value ?? _i6.undefined,
  );
}