CallReactionEvent constructor
CallReactionEvent({
- required String callCid,
- required DateTime createdAt,
- required ReactionResponse reaction,
- String type = 'call.reaction_new',
Returns a new CallReactionEvent instance.
Implementation
CallReactionEvent({
required this.callCid,
required this.createdAt,
required this.reaction,
this.type = 'call.reaction_new',
});