LanguagePackString constructor

LanguagePackString({
  1. required String key,
  2. LanguagePackStringValue? value,
})

Implementation

LanguagePackString({required this.key, this.value});