toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (cloudRepo != null) 'cloudRepo': cloudRepo!.toJson(),
      if (gerrit != null) 'gerrit': gerrit!.toJson(),
      if (git != null) 'git': git!.toJson(),
      if (labels != null) 'labels': labels!,
    };