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