days property

Duration get days

Converts to duration object to days of value

Implementation

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