Reaction.fromMap(Map<String, dynamic> json) { if (json != null) { usernames = List<String>.from(json['usernames']); } }