toJson method

Map<String, dynamic> toJson()

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!,
    };