pathBlueprintSegments property

List<String> pathBlueprintSegments
final

Path segments of the current URI, in the form as it's defined in BeamLocation.pathBlueprints.

If current URI is '/books/1', this will be ['books', ':bookId'].

Implementation

final List<String> pathBlueprintSegments;