clone method

Day clone()

Clone this Day.

returns a new Day instance.

Implementation

Day clone() => Day.fromDateTime(_time);