startOfMonth property

DateTime get startOfMonth

Implementation

DateTime get startOfMonth {
  return DateTime(year, month, 1);
}