ContentIdToContentTypeResponse.fromJson constructor
Implementation
factory ContentIdToContentTypeResponse.fromJson(Map<String, Object?> json) {
return ContentIdToContentTypeResponse(
results: json[r'results'] as Map<String, Object?>?,
);
}
factory ContentIdToContentTypeResponse.fromJson(Map<String, Object?> json) {
return ContentIdToContentTypeResponse(
results: json[r'results'] as Map<String, Object?>?,
);
}