firstDay property
DateTime
get
firstDay
Implementation
DateTime get firstDay => normalizeDate(_firstDay);
set
firstDay
(DateTime value)
Implementation
set firstDay(DateTime value) => _firstDay = value;