NewsListData constructor

NewsListData({
  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. String? identifierId,
  20. String? identifierName,
  21. String? identifierAction,
  22. String? description,
  23. String? createdDate,
})

Implementation

NewsListData({
  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.description,
  this.createdDate,
});