TomlValue constructor

TomlValue()

Since there is a factory constructor, we have to provide the default constructor explicitly such that instances of subclasses can be created.

Implementation

TomlValue();