days property

Duration days

Implementation

Duration get days => Duration(hours: (this * Duration.hoursPerDay).round());