LanguagePackStringValueOrdinary constructor

LanguagePackStringValueOrdinary({
  1. required String value,
})

Implementation

LanguagePackStringValueOrdinary({required this.value});