BloomRouteMatch constructor
const
BloomRouteMatch({})
Creates a BloomRouteMatch instance.
Implementation
const BloomRouteMatch({
required this.location,
required this.path,
this.pathParameters = const {},
this.queryParameters = const {},
this.extra,
});