LanguageKey constructor

LanguageKey()

Implementation

factory LanguageKey() {
  _instance??=LanguageKey._();
  return _instance!;
}