inWeeks property

int inWeeks

Returns the representation in weeks

Implementation

int get inWeeks => (inDays / daysPerWeek).ceil();