buildLocation method

String buildLocation()

Build location string from the stack, which is used by the RouteInformation.location

Implementation

String buildLocation() =>
    allNodes.expand((d) => d.toLocationParts()).join('/');