TomlBoolean constructor

TomlBoolean(
  1. bool value
)

Creates a new boolean value.

Implementation

TomlBoolean(this.value);