toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final linuxExecStepConfig = this.linuxExecStepConfig;
  final windowsExecStepConfig = this.windowsExecStepConfig;
  return {
    'linuxExecStepConfig': ?linuxExecStepConfig,
    'windowsExecStepConfig': ?windowsExecStepConfig,
  };
}