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