LanguageModel constructor

const LanguageModel(
  1. int id,
  2. String flag,
  3. String name,
  4. String languageCode,
  5. String countryName,
)

Implementation

const LanguageModel(
  this.id,
  this.flag,
  this.name,
  this.languageCode,
  this.countryName,
);