toString$ property
Implementation
_i2.String Function([_i2.num?]) get toString$ =>
([_i2.num? p0]) => _i5.callMethod(
_i5.getProperty(
this,
'toString',
),
r'call',
[
this,
p0 ?? _i4.undefined,
],
);