RouteMatch constructor

const RouteMatch({
  1. required GoRoute route,
  2. required String matchedLocation,
  3. required ValueKey<String> pageKey,
})

Constructor for RouteMatch.

Implementation

const RouteMatch({
  required this.route,
  required this.matchedLocation,
  required this.pageKey,
});