RepoPath constructor

RepoPath({
  1. required String path,
  2. required IDs ids,
})

Implementation

RepoPath({required this.path, required this.ids});