hours property

int get hours

获取范围内的小时数

Implementation

int get hours => end.difference(start).inHours;