WorkMomentsInfo class

Constructors

WorkMomentsInfo({int? notificationMsgType, String? replyUserName, String? replyUserID, String? content, String? contentID, String? workMomentID, String? userID, String? userName, String? faceURL, String? workMomentContent, int? createTime})
WorkMomentsInfo.fromJson(Map<String, dynamic> json)

Properties

content String?
getter/setter pair
contentID String?
getter/setter pair
createTime int?
getter/setter pair
faceURL String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
notificationMsgType int?
getter/setter pair
replyUserID String?
getter/setter pair
replyUserName String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userID String?
getter/setter pair
userName String?
getter/setter pair
workMomentContent String?
getter/setter pair
workMomentID 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