factory TrialComponentArtifact.fromJson(Map<String, dynamic> json) { return TrialComponentArtifact( value: json['Value'] as String, mediaType: json['MediaType'] as String?, ); }