TomlFloat constructor

TomlFloat(
  1. double value
)

Creates a new floating point value.

Implementation

TomlFloat(this.value);