NewsListData class

Constructors

NewsListData({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? menuIdentifier, String? identifierType, String? identifierId, String? identifierName, String? identifierAction, String? description, String? createdDate})
NewsListData.fromJson(Map<String, dynamic> json)
factory
NewsListData.fromRawJson(String str)
factory

Properties

access String?
getter/setter pair
assessmentId String?
getter/setter pair
getter/setter pair
bannerPosition String?
getter/setter pair
content String?
getter/setter pair
contentProperties ↔ dynamic
getter/setter pair
contentType String?
getter/setter pair
createdDate String?
getter/setter pair
description String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pair
identifierAction String?
getter/setter pair
identifierId String?
getter/setter pair
identifierName String?
getter/setter pair
identifierType String?
getter/setter pair
materialId String?
getter/setter pair
materialName String?
getter/setter pair
materialType String?
getter/setter pair
getter/setter pair
mobileView String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
getter/setter pair
userId String?
getter/setter pair
userName String?
getter/setter pair
webView String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toRawJson() String
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited