includes property
Implementation
_i2.bool Function(
_i2.int, [
_i2.num?,
]) get includes => (
_i2.int p0, [
_i2.num? p1,
]) =>
_i5.callMethod(
_i5.getProperty(
this,
'includes',
),
r'call',
[
this,
p0,
p1 ?? _i4.undefined,
],
);