toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (classpathEntries != null) 'classpathEntries': classpathEntries!,
      if (hadoopProperties != null) 'hadoopProperties': hadoopProperties!,
      if (metricsProperties != null) 'metricsProperties': metricsProperties!,
      if (resourceProfiles != null) 'resourceProfiles': resourceProfiles!,
      if (runtime != null) 'runtime': runtime!,
      if (sparkProperties != null) 'sparkProperties': sparkProperties!,
      if (systemProperties != null) 'systemProperties': systemProperties!,
    };