pathPatternSegments property

List<String> pathPatternSegments
final

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

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

Implementation

final List<String> pathPatternSegments;