class ReactionAsset { final String type; final String svgAsset; final String package; ReactionAsset({ this.type, this.svgAsset, this.package, }); }