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