days property

Duration get days

Returns Duration of this in days.

Implementation

Duration get days => Duration(days: this);