PrimaryConfig constructor

PrimaryConfig({
  1. List<String>? secondaryClusterNames,
})

Implementation

PrimaryConfig({
  this.secondaryClusterNames,
});