getItem property
Implementation
T Function(
_i2.num, [
_i2.Iterable<_i2.dynamic>?,
]) get getItem => (
_i2.num p0, [
_i2.Iterable<_i2.dynamic>? p1,
]) =>
_i3.callMethod(
_i3.getProperty(
this,
'getItem',
),
r'call',
[
this,
p0,
p1 ?? _i5.undefined,
],
);
Implementation
set getItem(
T Function(
_i2.num, [
_i2.Iterable<_i2.dynamic>?,
]) value) {
_i3.setProperty(
this,
'getItem',
_i3.allowInterop((
_i2.num v0, [
a0,
a1,
a2,
a3,
a4,
a5,
a6,
a7,
a8,
a9,
]) =>
value(
v0,
[
a0,
a1,
a2,
a3,
a4,
a5,
a6,
a7,
a8,
a9,
],
)),
);
}