Locale constructor
Locale(
- Object tag, [
- LocaleOptions? options
Implementation
factory Locale(
_i2.Object tag, [
_i3.LocaleOptions? options,
]) =>
_i5.callConstructor(
_declaredLocale,
[
tag,
options ?? _i4.undefined,
],
);