startDate property

DateTime? startDate
final

The Date value of start day of heatmap.

HeatMap shows the start day of startDate's week.

Default value is 1 year before of the endDate. And if endDate is null, then set 1 year before of the DateTime.now.

Implementation

final DateTime? startDate;