EventChatCallMoved class
Event of a ChatCall being moved from its Chat-dialog to a newly created Chat-group.
- Inheritance
-
- Object
- ChatCallEvent
- EventChatCallMoved
Constructors
- EventChatCallMoved(ChatItemId callId, ChatId chatId, PreciseDateTime at, ChatCall call, User user, ChatId newChatId, Chat newChat, ChatItemId newCallId, ChatCall newCall)
-
const
Properties
- at → PreciseDateTime
-
PreciseDateTime when this ChatCallEvent happened.
finalinherited
- call → ChatCall
-
Moved ChatCall in the Chat-dialog.
final
- callId → ChatItemId
-
ID of the ChatCall this ChatCallEvent is related to.
finalinherited
- chatId → ChatId
-
ID of the Chat this ChatCallEvent is happened in.
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- kind → ChatCallEventKind
-
ChatCallEventKind of this event.
no setteroverride
- newCall → ChatCall
-
Moved ChatCall in the newly created Chat-group.
final
- newCallId → ChatItemId
-
ID of the moved ChatCall in the newly created Chat-group.
final
- newChat → Chat
-
Newly created Chat-group the ChatCall was moved to.
final
- newChatId → ChatId
-
ID of the newly created Chat-group the ChatCall was moved to.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- user → User
-
User who moved the ChatCall.
final
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