LanguageModel constructor

LanguageModel({
  1. required String title,
  2. required String localeKey,
  3. String? imageAsset,
})

Implementation

LanguageModel({required this.title, required this.localeKey, this.imageAsset});