factory AdditionalCommentDTO.fromJson(Map<String, Object?> json) { return AdditionalCommentDTO( body: json[r'body'] as String?, ); }