pathParameters property

Map<String, String> pathParameters
final

Path parameters from the URI, in the form as it's defined in BeamLocation.pathBlueprints.

If current URI is '/books/1', this will be {'bookId': '1'}.

Implementation

final Map<String, String> pathParameters;