DynamicRoute constructor

DynamicRoute({
  1. String? name,
  2. String? matcher,
  3. int? priority,
  4. List<String>? services,
  5. List<String>? filters,
  6. String? proxy,
  7. DynamicOption? option,
})

Implementation

DynamicRoute({this.name, this.matcher, this.priority, this.services, this.filters, this.proxy, this.option});