DuplicateRule constructor
DuplicateRule(
- String method,
- Pattern pattern,
- RequestHandler newHandler,
- RequestHandler existingHandler,
Constructor
Implementation
DuplicateRule(
this.method, this.pattern, this.newHandler, this.existingHandler);