factory DeleteCachedContentRequest.fromJson(Map<String, dynamic> json) { return DeleteCachedContentRequest(name: json['name'] ?? ''); }