MapLocale constructor

MapLocale(
  1. String languageCode,
  2. Map<String, dynamic> mapData, {
  3. String? countryCode,
})

Constructor of the model.

Implementation

MapLocale(this.languageCode, this.mapData, {this.countryCode});