FetchFileGitStatusesResponse constructor

FetchFileGitStatusesResponse({
  1. List<UncommittedFileChange>? uncommittedFileChanges,
})

Implementation

FetchFileGitStatusesResponse({this.uncommittedFileChanges});