sdpMLineIndex property

int? sdpMLineIndex

Implementation

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

Implementation

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