sdpMLineIndex property
num?
get
sdpMLineIndex
Implementation
_i2.num? get sdpMLineIndex => _i4.getProperty(
this,
'sdpMLineIndex',
);
set
sdpMLineIndex
(num? value)
Implementation
set sdpMLineIndex(_i2.num? value) {
_i4.setProperty(
this,
'sdpMLineIndex',
value ?? _i6.undefined,
);
}