clone property
VideoFrame Function()
get
clone
Implementation
_i3.VideoFrame Function() get clone => () => _i4.callMethod(
_i4.getProperty(
this,
'clone',
),
r'call',
[this],
);
set
clone
(VideoFrame value())
Implementation
set clone(_i3.VideoFrame Function() value) {
_i4.setProperty(
this,
'clone',
_i4.allowInterop(value),
);
}