TomlArrayTable constructor

TomlArrayTable(
  1. TomlKey name
)

Creates a new TOML array table.

Implementation

TomlArrayTable(super.name);