days property

Duration get days

This getter converts given num to Duration in days

Implementation

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