clone property

MediaStreamTrack Function() clone

Implementation

_i3.MediaStreamTrack Function() get clone => () => _i4.callMethod(
      _i4.getProperty(
        this,
        'clone',
      ),
      r'call',
      [this],
    );
void clone=(MediaStreamTrack value())

Implementation

set clone(_i3.MediaStreamTrack Function() value) {
  _i4.setProperty(
    this,
    'clone',
    _i4.allowInterop(value),
  );
}