Map<String, dynamic> toJson() { return { 'type': type, 'title': title, 'status': status, 'detail': detail, 'instance': instance, }; }