GitLabRepository constructor
GitLabRepository({
- String? browseUri,
- String? description,
- String? displayName,
- String? name,
- GitLabRepositoryId? repositoryId,
Implementation
GitLabRepository({
this.browseUri,
this.description,
this.displayName,
this.name,
this.repositoryId,
});