AvailableReaction constructor

AvailableReaction({
  1. ReactionType? type,
  2. required bool needsPremium,
})

Implementation

AvailableReaction({this.type, required this.needsPremium});