LanguagePackString constructor
LanguagePackString({
- required String key,
- LanguagePackStringValue? value,
Implementation
LanguagePackString({required this.key, this.value});