toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final artifactRegistryPackage = this.artifactRegistryPackage;
final projectId = this.projectId;
return {
'artifactRegistryPackage': ?artifactRegistryPackage,
'projectId': ?projectId,
};
}