ChatMemberMixin mixin
- Mixin applications
- Available extensions
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- joinedAt ↔ PreciseDateTime
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- user ↔ ChatMemberMixin$User
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toDto(
ChatMembersCursor? cursor) → DtoChatMember -
Available on ChatMemberMixin, provided by the ChatMemberConversion extension
Constructs a new DtoChatMember from this ChatMemberMixin. -
toModel(
) → ChatMember -
Available on ChatMemberMixin, provided by the ChatMemberConversion extension
Constructs a new ChatMember from this ChatMemberMixin. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited