LangData constructor

LangData({
  1. required String name,
  2. required String engName,
  3. String image = "",
  4. required TextDirection direction,
  5. required String locale,
  6. String app = "service",
  7. required Map<String, dynamic> data,
  8. int words = 0,
})

Implementation

LangData({required this.name, required this.engName, this.image = "",
  required this.direction, required this.locale, this.app = "service", required this.data, this.words = 0});