factory CustomMetadataEntry.fromJson(Map<String, dynamic> json) { return CustomMetadataEntry(type: json['type'], value: json['value']); }