toJson method

Map<String, dynamic> toJson()

Implementation

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