toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (deploymentConfig != null) 'deploymentConfig': deploymentConfig!,
if (deploymentId != null) 'deploymentId': deploymentId!,
if (entryPoints != null) 'entryPoints': entryPoints!,
if (updateTime != null) 'updateTime': updateTime!,
};