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