TomlLocalDate constructor

TomlLocalDate(
  1. TomlFullDate date
)

Creates a new local date value.

Implementation

TomlLocalDate(this.date);