TomlUnquotedKey constructor

TomlUnquotedKey(
  1. String name
)

Creates a new unquoted key node.

Implementation

TomlUnquotedKey(this.name);