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