LocalModel constructor

LocalModel({
  1. String? title,
  2. String? title2,
  3. String? languageCode,
  4. String? countryCode,
  5. String? local,
  6. String? fileName,
})

Implementation

LocalModel(
    {this.title,
    this.title2,
    this.languageCode,
    this.countryCode,
    this.local,
    this.fileName});