numDays property

int get numDays

Implementation

int get numDays => 7 - ((_start.weekday - 1) - (_startingWeekday - 1)) % 7;