Route constructor

Route(
  1. RegExp pattern,
  2. ControllerAction action
)

Implementation

Route(this.pattern, this.action);