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