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