init(name:value:)
Creates a new query item with the name and value you specify.
Declaration
init(name: String, value: String?)Parameters
- name:
The name for the query item.
- value:
The value for the query item.
Creates a new query item with the name and value you specify.
init(name: String, value: String?)The name for the query item.
The value for the query item.