startOfMonth property
DateTime
get
startOfMonth
Returns the first day of this date's month.
Implementation
DateTime get startOfMonth => DateTime(year, month);
Returns the first day of this date's month.
DateTime get startOfMonth => DateTime(year, month);