getTracks property

List<MediaStreamTrack> Function() get getTracks

Implementation

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

Implementation

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