LanguageOption constructor

LanguageOption(
  1. {String? title,
  2. String? id,
  3. String? flagImage}
)

Implementation

LanguageOption({
  this.title,
  this.id,
  this.flagImage,
});