startOfMonth property
DateTime
get
startOfMonth
Start of month (first day)
Implementation
DateTime get startOfMonth => DateTime(year, month, 1);
Start of month (first day)
DateTime get startOfMonth => DateTime(year, month, 1);