TomlLocalDateTime constructor

TomlLocalDateTime(
  1. TomlFullDate date,
  2. TomlPartialTime time
)

Creates a new local date-time value.

Implementation

TomlLocalDateTime(this.date, this.time);