toDate method

Date toDate()

Converts this to a corresponding Date object.

Implementation

Date toDate() => Date.fromDateTime(this);