toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (cppSettings != null) 'cppSettings': cppSettings!,
      if (dotnetSettings != null) 'dotnetSettings': dotnetSettings!,
      if (goSettings != null) 'goSettings': goSettings!,
      if (javaSettings != null) 'javaSettings': javaSettings!,
      if (launchStage != null) 'launchStage': launchStage!,
      if (nodeSettings != null) 'nodeSettings': nodeSettings!,
      if (phpSettings != null) 'phpSettings': phpSettings!,
      if (pythonSettings != null) 'pythonSettings': pythonSettings!,
      if (restNumericEnums != null) 'restNumericEnums': restNumericEnums!,
      if (rubySettings != null) 'rubySettings': rubySettings!,
      if (version != null) 'version': version!,
    };