toJson method

Map<String, dynamic> toJson()

Implementation

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