ReactionResponse constructor
ReactionResponse({})
Returns a new ReactionResponse instance.
Implementation
ReactionResponse({
this.custom = const {},
this.emojiCode,
required this.type,
required this.user,
});
Returns a new ReactionResponse instance.
ReactionResponse({
this.custom = const {},
this.emojiCode,
required this.type,
required this.user,
});