firstDay property

DateTime get firstDay

Implementation

DateTime get firstDay => DateTime(year, month, 1);