days property

int get days

获取范围内的天数

Implementation

int get days => end.difference(start).inDays;