LangEntry constructor

LangEntry({
  1. String langCode = "",
  2. String countryCode = "",
})

Implementation

LangEntry({this.langCode = "", this.countryCode = ""});