LocalRepoPath constructor

LocalRepoPath({
  1. required String path,
  2. required int id,
})

Implementation

LocalRepoPath({required this.path, required this.id});