ChatData class

Result of fetching a Chat.

Constructors

ChatData(DtoChat chat, DtoChatItem? lastItem, DtoChatItem? lastReadItem)
const

Properties

chat DtoChat
DtoChat returned from the Chat fetching.
final
hashCode int
The hash code for this object.
no setterinherited
lastItem DtoChatItem?
DtoChatItem of a Chat.lastItem returned from the Chat fetching.
final
lastReadItem DtoChatItem?
DtoChatItem of a Chat.lastReadItem returned from the Chat fetching.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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.
inherited