getDays property

int getDays

Implementation

int get getDays => endDate.difference(startDate).inDays;