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