toString$ property
String Function()
get
toString$
Implementation
_i2.String Function() get toString$ => () => _i5.callMethod(
_i5.getProperty(
this,
'toString',
),
r'call',
[this],
);
set
toString$
(String value())
Implementation
set toString$(_i2.String Function() value) {
_i5.setProperty(
this,
'toString',
_i5.allowInterop(value),
);
}