TomlStandardTable constructor

TomlStandardTable(
  1. TomlKey name
)

Creates a new TOML standard table.

Implementation

TomlStandardTable(TomlKey name) : super(name);