months property

int months

Duration in months

Implementation

int get months {
  return inDays.remainder(60).toInt();
}