getSynchronizationSources property

List<RTCRtpSynchronizationSource> Function() get getSynchronizationSources

Implementation

_i2.List<_i3.RTCRtpSynchronizationSource> Function()
    get getSynchronizationSources => () => ((_i4.callMethod(
          _i4.getProperty(
            this,
            'getSynchronizationSources',
          ),
          r'call',
          [this],
        )) as _i2.List)
            .cast();
set getSynchronizationSources (List<RTCRtpSynchronizationSource> value())

Implementation

set getSynchronizationSources(
    _i2.List<_i3.RTCRtpSynchronizationSource> Function() value) {
  _i4.setProperty(
    this,
    'getSynchronizationSources',
    _i4.allowInterop(value),
  );
}