class ReactionIcon { final String type; final String assetName; ReactionIcon({ this.type, this.assetName, }); }