GitLabEnterpriseConfig constructor

GitLabEnterpriseConfig({
  1. String? hostUri,
  2. ServiceDirectoryConfig? serviceDirectoryConfig,
  3. String? sslCa,
})

Implementation

GitLabEnterpriseConfig({
  this.hostUri,
  this.serviceDirectoryConfig,
  this.sslCa,
});