construct property
Implementation
_i2.Object Function(
T,
_i2.List<_i2.dynamic>,
_i2.Function,
) get construct => (
T p0,
_i2.List<_i2.dynamic> p1,
_i2.Function p2,
) =>
_i4.callMethod(
_i4.getProperty(
this,
'construct',
),
r'call',
[
this,
p0,
p1,
p2,
],
);