KeyValue

constructor(name: String? = null, value: String? = null)

Initializes a new instance of the class.

Parameters

name

The optional name of the root key.

value

The optional value assigned to the root key.