ReactionCount constructor
const
ReactionCount({
- required ReactionType type,
- required int totalCount,
Creates a new instance of ReactionCount.
Implementation
const ReactionCount({
required this.type,
required this.totalCount,
});