TomlQuotedKey constructor

TomlQuotedKey(
  1. TomlSinglelineString string
)

Creates a new quoted key node.

Implementation

TomlQuotedKey(this.string);