consolidate property
SVGTransform? Function()
get
consolidate
Implementation
_i3.SVGTransform? Function() get consolidate => () => _i4.callMethod(
_i4.getProperty(
this,
'consolidate',
),
r'call',
[this],
);
set
consolidate
(SVGTransform? value())
Implementation
set consolidate(_i3.SVGTransform? Function() value) {
_i4.setProperty(
this,
'consolidate',
_i4.allowInterop(() => () => value() ?? _i6.undefined),
);
}