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