DtoChat class

Persisted in storage Chat's value.

Constructors

DtoChat(Chat value, ChatVersion ver, ChatItemsCursor? lastItemCursor, ChatItemsCursor? lastReadItemCursor, RecentChatsCursor? recentCursor, FavoriteChatsCursor? favoriteCursor)

Properties

favoriteCursor FavoriteChatsCursor?
Cursor of the value when paginating through favorite Chats.
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
id ChatId
Returns the ChatId of the value.
no setter
lastItemCursor ChatItemsCursor?
Cursor of a Chat.lastItem.
getter/setter pair
lastReadItemCursor ChatItemsCursor?
Cursor of a Chat.lastReadItem.
getter/setter pair
recentCursor RecentChatsCursor?
Cursor of the value when paginating through recent Chats.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value Chat
Persisted Chat model.
getter/setter pair
ver ChatVersion
Version of this Chat's state.
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.
override

Operators

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