toDate method

Date toDate()

Convert to a Date.

Implementation

Date toDate() => Date(year: year, month: month, day: day);