GeographicRotationStrategy constructor
GeographicRotationStrategy({})
Creates a new GeographicRotationStrategy
Implementation
GeographicRotationStrategy({
this.targetCountry,
this.targetRegion,
this.maxLatency,
this.preferSameRegion = true,
this.useLatencyBasedSelection = true,
Random? random,
}) : _random = random ?? Random();