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