XrayRouting constructor

const XrayRouting({
  1. String domainStrategy = 'AsIs',
  2. String? domainMatcher,
  3. List<JsonMap> rules = const [],
  4. List<JsonMap> balancers = const [],
})

Implementation

const XrayRouting({
  this.domainStrategy = 'AsIs',
  this.domainMatcher,
  this.rules = const [],
  this.balancers = const [],
});