RouteMatch constructor

const RouteMatch(
  1. String pattern,
  2. String path, [
  3. Map<String, String> params = const {}
])

Creates a route match.

Implementation

const RouteMatch(this.pattern, this.path, [this.params = const {}]);