AppICEInboxData class

Constructors

AppICEInboxData({String? campId, String? notificationId, String? id, String? nid, String? icon, String? message, String? title, String? campType, String? messageStatus, int? messageExpiryTime, String? messageLanguage, Map? cData})
AppICEInboxData.fromJson(Map<String, dynamic> json)

Properties

campId String?
getter/setter pair
campType String?
getter/setter pair
cData Map?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
icon String?
getter/setter pair
id String?
getter/setter pair
message String?
getter/setter pair
messageExpiryTime int?
getter/setter pair
messageLanguage String?
getter/setter pair
messageStatus String?
getter/setter pair
nid String?
getter/setter pair
notificationId String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
getter/setter pair

Methods

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

Operators

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