days property

Duration get days

Returns a Duration representing this number of days.

Implementation

Duration get days => (this * 1000 * 1000 * 60 * 60 * 24).microseconds;