empty static method

LanguagePackString empty()
override

create LanguagePackString Empty

Implementation

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