collapse property
Implementation
void Function([
_i3.Node?,
_i2.num?,
]) get collapse => ([
_i3.Node? p0,
_i2.num? p1,
]) =>
_i4.callMethod(
_i4.getProperty(
this,
'collapse',
),
r'call',
[
this,
p0 ?? _i6.undefined,
p1 ?? _i6.undefined,
],
);