startOfYear property

Date startOfYear

/////////////////////////////// GETTERS Get the date for the start of year

Implementation

/// Get the date for the start of year
Date get startOfYear => Date(year: year);