queriesForPath property

List<List<String>>? queriesForPath
final

Query params for every link in paths array.

Supported in the next formats

'name' - required query param 'name=test' - required query with given value 'name=test|test2' - required query that matches one of given values 'name=test1, test2' - required query param with list of values

Implementation

final List<List<String>>? queriesForPath;