currentFullRoute property
Returns the current full route of the page.
Implementation
String get currentFullRoute => "$pageRoute/$currentTabRoute".trimAny(["/"]);
Returns the current full route of the page.
String get currentFullRoute => "$pageRoute/$currentTabRoute".trimAny(["/"]);