days property

Duration days

Return current int in Duration of days

Implementation

Duration get days {
  return Duration(days: this);
}