Cluster_PrimaryConfig constructor
Implementation
factory Cluster_PrimaryConfig({
$core.Iterable<$core.String>? secondaryClusterNames,
}) {
final $result = create();
if (secondaryClusterNames != null) {
$result.secondaryClusterNames.addAll(secondaryClusterNames);
}
return $result;
}