toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (containerImage != null) 'containerImage': containerImage!,
if (environmentId != null) 'environmentId': environmentId!,
if (useSingleCorePerContainer != null)
'useSingleCorePerContainer': useSingleCorePerContainer!,
};