RequestMirrorPolicy constructor

RequestMirrorPolicy({
  1. String? backendService,
  2. double? mirrorPercent,
})

Implementation

RequestMirrorPolicy({this.backendService, this.mirrorPercent});