FetchRepositoryHistoryResponse constructor
FetchRepositoryHistoryResponse({
- List<
CommitLogEntry> ? commits, - String? nextPageToken,
Implementation
FetchRepositoryHistoryResponse({this.commits, this.nextPageToken});