daysDuration property

Duration daysDuration

Implementation

Duration get daysDuration {
  return Duration(days: (this == 7) ? 0 : -this);
}