tabRoute property
String
get
tabRoute
Returns the route of the tab.
Implementation
String get tabRoute => route ?? "/${titleString.urlFriendly}";
Returns the route of the tab.
String get tabRoute => route ?? "/${titleString.urlFriendly}";