ChatReactionsSome constructor

const ChatReactionsSome({
  1. required List<ReactionBase> reactions,
})

Chat Reactions Some constructor.

Implementation

const ChatReactionsSome({
  required this.reactions,
}) : super._();