startOfMonth property
DateTime
get
startOfMonth
Gets start of month
Implementation
DateTime get startOfMonth => DateTime(year, month, 1);
Gets start of month
DateTime get startOfMonth => DateTime(year, month, 1);