RouteDefinition constructor
Creates a RouteDefinition with the required path.
Implementation
const RouteDefinition({
required this.path,
this.name,
this.meta,
});
Creates a RouteDefinition with the required path.
const RouteDefinition({
required this.path,
this.name,
this.meta,
});