TomlStandardTable constructor

TomlStandardTable(
  1. TomlKey name
)

Creates a new TOML standard table.

Implementation

TomlStandardTable(super.name);