pathParameters property

List<Parameter> pathParameters

Implementation

List<Parameter> get pathParameters =>
    parameters.where((p) => p.isPath).toList();