routeBefore property

BolterRoute routeBefore

Implementation

BolterRoute get routeBefore =>
    currentRoutes.length > 1 ? currentRoutes[currentRoutes.length - 2] : throw "No route";