RoutingRule constructor

RoutingRule(
  1. String scope,
  2. String targetType, {
  3. String? destinationName,
  4. List<Matcher> matchers = const [],
  5. List<List<Transformer>> transformers = const [],
})

Implementation

RoutingRule(this.scope, this.targetType,
    {this.destinationName,
    this.matchers = const [],
    this.transformers = const []});