toJson method
Implementation
Map<String, dynamic> toJson() {
final untrustedArtifactOnDeployment = this.untrustedArtifactOnDeployment;
return {
if (untrustedArtifactOnDeployment != null)
'UntrustedArtifactOnDeployment':
untrustedArtifactOnDeployment.toValue(),
};
}