toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (image != null) 'image': image!,
if (javaJars != null) 'javaJars': javaJars!,
if (properties != null) 'properties': properties!,
if (pythonPackages != null) 'pythonPackages': pythonPackages!,
};