setNewReaction method
Implementation
setNewReaction(List<dynamic> list) {
final temp = list.map((e) => Reactions.fromJson(e)).toList();
reactions = temp;
}
setNewReaction(List<dynamic> list) {
final temp = list.map((e) => Reactions.fromJson(e)).toList();
reactions = temp;
}