copyTo property

Implementation

_i2.Future<_i2.List<_i3.PlaneLayout>> Function(
  _i2.Object, [
  _i3.VideoFrameCopyToOptions?,
]) get copyTo => (
      _i2.Object p0, [
      _i3.VideoFrameCopyToOptions? p1,
    ]) =>
        _i4.promiseToFuture(_i4.callMethod(
          _i4.getProperty(
            this,
            'copyTo',
          ),
          r'call',
          [
            this,
            p0,
            p1 ?? _i6.undefined,
          ],
        ));

Implementation

set copyTo(
    _i2.Future<_i2.List<_i3.PlaneLayout>> Function(
      _i2.Object, [
      _i3.VideoFrameCopyToOptions?,
    ]) value) {
  _i4.setProperty(
    this,
    'copyTo',
    _i4.allowInterop(value),
  );
}