NewsDetailsData constructor

NewsDetailsData({
  1. String? assessmentId,
  2. String? materialId,
  3. String? access,
  4. String? webView,
  5. String? mobileView,
  6. String? id,
  7. String? userId,
  8. String? userName,
  9. String? materialName,
  10. String? materialType,
  11. String? contentType,
  12. dynamic contentProperties,
  13. String? title,
  14. String? content,
  15. String? bannerPosition,
  16. String? bannerLink,
  17. String? menuIdentifier,
  18. String? identifierType,
  19. dynamic identifierId,
  20. dynamic identifierName,
  21. dynamic identifierAction,
  22. int? likeCount,
  23. int? dislikeCount,
  24. String? description,
  25. String? createdDate,
  26. int? viewCount,
  27. String? liked,
})

Implementation

NewsDetailsData({
  this.assessmentId,
  this.materialId,
  this.access,
  this.webView,
  this.mobileView,
  this.id,
  this.userId,
  this.userName,
  this.materialName,
  this.materialType,
  this.contentType,
  this.contentProperties,
  this.title,
  this.content,
  this.bannerPosition,
  this.bannerLink,
  this.menuIdentifier,
  this.identifierType,
  this.identifierId,
  this.identifierName,
  this.identifierAction,
  this.likeCount,
  this.dislikeCount,
  this.description,
  this.createdDate,
  this.viewCount,
  this.liked,
});