AvailableReaction constructor
const
AvailableReaction({
- required ReactionType type,
- required bool needsPremium,
Represents an available reaction
Implementation
const AvailableReaction({
required this.type,
required this.needsPremium,
});