ProjectConfig constructor

ProjectConfig({
  1. String? name,
  2. PlatformLogsConfig? platformLogsConfig,
})

Implementation

ProjectConfig({this.name, this.platformLogsConfig});