TomlTable constructor

TomlTable(
  1. TomlKey name
)

Creates a new table.

Implementation

TomlTable(this.name);