toString$ property

String Function([num?]) get toString$

Implementation

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

Implementation

set toString$(_i2.String Function([_i2.num?]) value) {
  _i6.setProperty(
    this,
    'toString',
    _i6.allowInterop(value),
  );
}