Path for this route.
By default, this uses a / prefix and name to a path string, but you can override this if you want a custom path.
@override String get path => '/product/:id';
String get path => "/${name}";