ProjectConfig constructor
ProjectConfig({
- bool? enablePrivateKeyCheck,
- String? name,
- Map<
String, PubsubConfig> ? pubsubConfigs,
Implementation
ProjectConfig({
this.enablePrivateKeyCheck,
this.name,
this.pubsubConfigs,
});