LanguagePackString constructor
const
LanguagePackString({
- required String key,
- LanguagePackStringValue? value,
Represents one language pack string
Implementation
const LanguagePackString({
required this.key,
this.value,
});