updateLanguagePackStrings property

UpdateLanguagePackStrings? updateLanguagePackStrings

Some language pack strings have been updated

Implementation

UpdateLanguagePackStrings? get updateLanguagePackStrings {
  if (this is UpdateLanguagePackStrings) {
    return this as UpdateLanguagePackStrings;
  }
  return null;
}