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