ChatListMo class

Constructors

ChatListMo({String? gmtModified, String? gmtCreateCn, int? msgType, String? receiveUid, String? converseId, int? isRead, String? sendUid, int? id, String? gmtCreate, int? contentType, String? content, String? icon, int? nobilityType, String? giftName, int? giftNum, String? giftIcon})
ChatListMo.fromJson(Map<String, dynamic> json)

Properties

content String?
getter/setter pair
contentType int?
getter/setter pair
converseId String?
getter/setter pair
giftIcon String?
getter/setter pair
giftName String?
getter/setter pair
giftNum int?
getter/setter pair
gmtCreate String?
getter/setter pair
gmtCreateCn String?
getter/setter pair
gmtModified String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
icon String?
getter/setter pair
id int?
getter/setter pair
isRead int?
getter/setter pair
msgType int?
getter/setter pair
nobilityType int?
getter/setter pair
receiveUid String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sendUid 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