ProjectConfig constructor

ProjectConfig({
  1. bool? enablePrivateKeyCheck,
  2. String? name,
  3. Map<String, PubsubConfig>? pubsubConfigs,
})

Implementation

ProjectConfig({
  this.enablePrivateKeyCheck,
  this.name,
  this.pubsubConfigs,
});