KeyValue

constructor()

Initializes a new instance of the KeyValue class.


constructor(name: String)

Initializes a new instance of the KeyValue class.

Parameters

name

The optional name of the root key.


constructor(name: String, value: String)

Initializes a new instance of the KeyValue class.

Parameters

name

The optional name of the root key.

value

The optional value assigned to the root key.