TomlKeyValuePair constructor

TomlKeyValuePair(
  1. TomlKey key,
  2. TomlValue value
)

Creates a new key/value pair.

Implementation

TomlKeyValuePair(this.key, this.value);