empty static method

LanguagePackStrings empty()
override

create LanguagePackStrings Empty

Implementation

static LanguagePackStrings empty() {
  return LanguagePackStrings({});
}