branchDirectoryPath property

String get branchDirectoryPath

Path of the branch with the branchName in a Repository

Implementation

String get branchDirectoryPath => join(repository.repositoryDirectory.path, branchFolderName, branchName);