ProjectConfig constructor

ProjectConfig({
  1. required String projectId,
  2. required String eventArcServiceAccount,
})

Implementation

ProjectConfig({
  required this.projectId,
  required this.eventArcServiceAccount,
});