QueryParameter

data class QueryParameter(val name: String, val value: String?)

Represents a single query parameter and its value in a URL.

Constructors

Link copied to clipboard
constructor(name: String, value: String?)

Properties

Link copied to clipboard
Link copied to clipboard