hasReactions property Null safety

bool hasReactions

Implementation

bool get hasReactions => reactions.values.any((it) => it.isNotEmpty);