toLocaleString property

String Function() toLocaleString

Implementation

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

Implementation

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