copy property
bool?
get
copy
Implementation
_i2.bool? get copy => _i3.getProperty(
this,
'copy',
);
set
copy
(bool? value)
Implementation
set copy(_i2.bool? value) {
_i3.setProperty(
this,
'copy',
value ?? _i6.undefined,
);
}