startOfMonth method

DateTime startOfMonth()

Start time of Date times

Implementation

DateTime startOfMonth() => DateTime(year, month);