PscConfig constructor

PscConfig({
  1. List<String>? allowedConsumerProjects,
  2. bool? pscEnabled,
})

Implementation

PscConfig({
  this.allowedConsumerProjects,
  this.pscEnabled,
});