Locale constructor

Locale(
  1. Object tag, [
  2. LocaleOptions? options
])

Implementation

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