StretchedClusterConfig constructor

StretchedClusterConfig({
  1. String? preferredLocation,
  2. String? secondaryLocation,
})

Implementation

StretchedClusterConfig({
  this.preferredLocation,
  this.secondaryLocation,
});