CallReactionAddedEvent class final
- Implemented types
Constructors
- CallReactionAddedEvent({required CallParticipant participant, required String reactionKey, required String membershipEventId, required String reactionEventId, required bool isEphemeral})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isEphemeral → bool
-
final
- membershipEventId → String
-
final
- participant → CallParticipant
-
final
- reactionEventId → String
-
final
- reactionKey → String
-
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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited