factory Detail.fromJson(Map<String, dynamic> json) => Detail( url: json['url'], contentType: json['content_type'], );