DevEnvironmentRepository constructor
const
DevEnvironmentRepository({})
Creates a new DevEnvironmentRepository.
branchName The name of the branch in a source repository.
repositoryName The name of the source repository.
Implementation
const DevEnvironmentRepository({
this.branchName,
required this.repositoryName,
});