toLocaleString property
({String Function([Object? locales, dynamic options]) $1, String Function([dynamic locales, dynamic options]) $2})
get
toLocaleString
Overload accessor: $1, $2
Implementation
({
/// Converts a number to a string by using the current or specified locale.
/// @param locales A locale string or array of locale strings that contain one or more language or locale tags. If you include more than one locale string, list them in descending order of priority so that the first entry is the preferred locale. If you omit this parameter, the default locale of the JavaScript runtime is used.
/// @param options An object that contains one or more properties that specify comparison options.
_i2.String Function([
_i2.Object? locales,
_i2.dynamic options,
]) $1,
/// Converts a number to a string by using the current or specified locale.
/// @param locales A locale string, array of locale strings, Intl.Locale object, or array of Intl.Locale objects that contain one or more language or locale tags. If you include more than one locale string, list them in descending order of priority so that the first entry is the preferred locale. If you omit this parameter, the default locale of the JavaScript runtime is used.
/// @param options An object that contains one or more properties that specify comparison options.
_i2.String Function([
_i2.dynamic locales,
_i2.dynamic options,
]) $2,
}) get toLocaleString => (
$1: _toLocaleString$1,
$2: _toLocaleString$2,
);