LangInfo constructor

LangInfo(
  1. String nativeName,
  2. String englishName,
  3. String key,
  4. String emoji,
)

Implementation

LangInfo(this.nativeName, this.englishName, this.key, this.emoji);