fill property
Implementation
_i3.Array<_i2.dynamic> Function(
T, [
_i2.num?,
_i2.num?,
]) get fill => (
T p0, [
_i2.num? p1,
_i2.num? p2,
]) =>
_i6.callMethod(
_i6.getProperty(
this,
'fill',
),
r'call',
[
this,
p0,
p1 ?? _i5.undefined,
p2 ?? _i5.undefined,
],
);