Route constructor

Route(
  1. RoutePattern pattern,
  2. String url,
  3. Map<String, String> routeParams,
  4. String? wildcard,
)

Implementation

Route(this.pattern, this.url, this.routeParams, this.wildcard);