Entry

data class Entry(val name: String, val value: List<String>)(source)

A single entry of key/value pairs, useful for iteration.

Constructors

Link copied to clipboard
constructor(name: String, value: List<String>)

Properties

Link copied to clipboard
Link copied to clipboard