Map<String, dynamic> toJson() { final runCommandTargets = this.runCommandTargets; return { 'RunCommandTargets': runCommandTargets, }; }