pathParameters property

Map<String, String> pathParameters
getter/setter pair

Maps all route parameters (i.e. parameters of the path mentioned as ":someId")

Implementation

Map<String, String> pathParameters = <String, String>{};