toLocaleString property

String Function() get toLocaleString

Implementation

_i2.String Function() get toLocaleString => () => _i5.callMethod(
      _i5.getProperty(
        this,
        'toLocaleString',
      ),
      r'call',
      [this],
    );
set toLocaleString (String value())

Implementation

set toLocaleString(_i2.String Function() value) {
  _i5.setProperty(
    this,
    'toLocaleString',
    _i5.allowInterop(value),
  );
}