NewsDetailsData constructor
NewsDetailsData({
- String? assessmentId,
- String? materialId,
- String? access,
- String? webView,
- String? mobileView,
- String? id,
- String? userId,
- String? userName,
- String? materialName,
- String? materialType,
- String? contentType,
- dynamic contentProperties,
- String? title,
- String? content,
- String? bannerPosition,
- String? bannerLink,
- String? identifierType,
- dynamic identifierId,
- dynamic identifierName,
- dynamic identifierAction,
- int? likeCount,
- int? dislikeCount,
- String? description,
- String? createdDate,
- int? viewCount,
- 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,
});