DuplicateRule constructor

DuplicateRule(
  1. String method,
  2. Pattern pattern,
  3. RequestHandler newHandler,
  4. RequestHandler existingHandler,
)

Constructor

Implementation

DuplicateRule(
    this.method, this.pattern, this.newHandler, this.existingHandler);