end property

  1. @override
Date get end
override

Implementation

@override
Date get end => start.add(months: 3, days: -1);