ChatAvailableReactionsSome constructor
ChatAvailableReactionsSome({
- required List<
ReactionType> reactions, - required int maxReactionCount,
Implementation
ChatAvailableReactionsSome({
required this.reactions,
required this.maxReactionCount,
});