current property

Locale current

Current locale

Implementation

Locale get current {
  return supportedLocales[currentName.value]!;
}