queryParameters property

List<QueryParameter>? queryParameters
getter/setter pair

In the struct, the value corresponds to the value of query parameter and date type corresponds to the date type of the query parameter.

Implementation

core.List<QueryParameter>? queryParameters;