endPath property
void Function([num?])
get
endPath
Implementation
void Function([_i2.num?]) get endPath => ([_i2.num? p0]) => _i4.callMethod(
_i4.getProperty(
this,
'endPath',
),
r'call',
[
this,
p0 ?? _i5.undefined,
],
);
set
endPath
(void value([num?]))
Implementation
set endPath(void Function([_i2.num?]) value) {
_i4.setProperty(
this,
'endPath',
_i4.allowInterop(value),
);
}