Datum constructor

Datum({
  1. String? id,
  2. List<double>? geo,
  3. PoiMultilingual? poiMultilingual,
  4. String? userId,
  5. List? offers,
  6. List? zoom,
  7. NatureFlight? natureFlight,
  8. String? terminal,
  9. NaturePresence? naturePresence,
  10. List? relevance,
  11. List? keywords,
  12. List? subcategoryList,
  13. String? subcategory,
  14. Category? category,
  15. String? poiUrl,
  16. Appname? appname,
  17. Sliceid? sliceid,
  18. String? levelid,
  19. bool? updated,
  20. double? lng,
  21. double? lat,
  22. String? locationText,
  23. String? description,
  24. String? mobileNumber,
  25. String? email,
  26. Name? name,
})

Implementation

Datum({
  this.id,
  this.geo,
  this.poiMultilingual,
  this.userId,
  this.offers,
  this.zoom,
  this.natureFlight,
  this.terminal,
  this.naturePresence,
  this.relevance,
  this.keywords,
  this.subcategoryList,
  this.subcategory,
  this.category,
  this.poiUrl,
  this.appname,
  this.sliceid,
  this.levelid,
  this.updated,
  this.lng,
  this.lat,
  this.locationText,
  this.description,
  this.mobileNumber,
  this.email,
  this.name,
});