startOfMonth property
DateTime
get
startOfMonth
Returns the start of the current month.
Implementation
DateTime get startOfMonth => firstDayOfMonth.startOfDay;
Returns the start of the current month.
DateTime get startOfMonth => firstDayOfMonth.startOfDay;