PrivateChatModel class

Constructors

PrivateChatModel({required String identity, required String name, required List<RemoteActivityData> chats, bool isSelected = false, int unreadCount = 0, RemoteActivityData? pinnedChat, ReplyMessage? replyMessage, EditMessage? editMessage})

Properties

chats List<RemoteActivityData>
final
editMessage EditMessage?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
identity String
final
isSelected bool
getter/setter pair
name String
final
pinnedChat RemoteActivityData?
getter/setter pair
replyMessage ReplyMessage?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
unreadCount int
getter/setter pair

Methods

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

Operators

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