firstDay property

int firstDay
final

Heatmap first day of week, See weekday define in DateTime static const int monday = 1; ... static const int sunday = 7;

Implementation

final int firstDay;