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