toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (commitId != null) 'commitId': commitId!,
      if (commitTime != null) 'commitTime': commitTime!,
      if (repo != null) 'repo': repo!,
    };