NeuronRouteContext constructor
Implementation
const NeuronRouteContext({
required this.path,
required this.name,
required this.params,
required this.query,
this.meta,
this.uri,
this.route,
this.previous,
});
const NeuronRouteContext({
required this.path,
required this.name,
required this.params,
required this.query,
this.meta,
this.uri,
this.route,
this.previous,
});