toString$ property

String Function() toString$

Implementation

_i2.String Function() get toString$ => () => _i6.callMethod(
      _i6.getProperty(
        this,
        'toString',
      ),
      r'call',
      [this],
    );
void toString$=(String value())

Implementation

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