days property

int days

Duration in days

Implementation

int get days {
  return inDays.toInt();
}