AvailableReaction constructor
AvailableReaction({
- ReactionType? type,
- required bool needsPremium,
Implementation
AvailableReaction({this.type, required this.needsPremium});