ofPath method

  1. @override
RemoteRepo ofPath(
  1. List<RemoteRepoPath> path
)
override

Implementation

@override
RemoteRepo ofPath(List<RemoteRepoPath> path) {
  paths = path;
  return this;
}