currentFullRoute property

String get currentFullRoute

Returns the current full route of the page.

Implementation

String get currentFullRoute => "$pageRoute/$currentTabRoute".trimAny(["/"]);