ConsumerPscConfig constructor

ConsumerPscConfig({
  1. bool? disableGlobalAccess,
  2. String? network,
  3. String? project,
  4. String? state,
})

Implementation

ConsumerPscConfig({
  this.disableGlobalAccess,
  this.network,
  this.project,
  this.state,
});