GetFolderOutput constructor
GetFolderOutput({})
Implementation
GetFolderOutput({
required this.commitId,
required this.folderPath,
this.files,
this.subFolders,
this.subModules,
this.symbolicLinks,
this.treeId,
});