endOfQuarter property

Date endOfQuarter

End of quarter

Implementation

Date get endOfQuarter => Date(year: year, month: quarterEndMonth).endOfMonth;