getContributingSources property
List<RTCRtpContributingSource> Function()
get
getContributingSources
Implementation
_i2.List<_i3.RTCRtpContributingSource> Function()
get getContributingSources => () => ((_i4.callMethod(
_i4.getProperty(
this,
'getContributingSources',
),
r'call',
[this],
)) as _i2.List)
.cast();
set
getContributingSources
(List<RTCRtpContributingSource> value())
Implementation
set getContributingSources(
_i2.List<_i3.RTCRtpContributingSource> Function() value) {
_i4.setProperty(
this,
'getContributingSources',
_i4.allowInterop(value),
);
}