core.Map<core.String, core.dynamic> toJson() { final reactions = this.reactions; return {'reactions': ?reactions}; }