getDays property

int get getDays

Implementation

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