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