sdpMLineIndex property

int? get sdpMLineIndex

Implementation

int? get sdpMLineIndex => js_util.getProperty(this, 'sdpMLineIndex');
set sdpMLineIndex (int? newValue)

Implementation

set sdpMLineIndex(int? newValue) {
  js_util.setProperty(this, 'sdpMLineIndex', newValue);
}