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