DtoChatMember class

Persisted in storage ChatMember.

Implemented types

Constructors

DtoChatMember(User? user, PreciseDateTime joinedAt, ChatMembersCursor? cursor, {UserId? userId})

Properties

cursor ChatMembersCursor?
Cursor of this ChatMember.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id UserId
UserId of the User this ChatMember is about.
getter/setter pair
joinedAt PreciseDateTime
PreciseDateTime when the User became a ChatMember.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
user User?
Persisted DtoUser model.
getter/setter pair

Methods

compareTo(DtoChatMember other) int
Compares this object to another object.
override
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