ChatLocal constructor

const ChatLocal(
  1. String languageCode,
  2. Map<String, String> mapData, {
  3. String? countryCode,
  4. String? fontFamily,
  5. String? scriptCode,
})

Constructor of the model.

Implementation

const ChatLocal(
  this.languageCode,
  this.mapData, {
  this.countryCode,
  this.fontFamily,
  this.scriptCode,
}) : assert(languageCode != '');