nextMonth property

DateTime nextMonth

Return new instance of DateTime with the next month date

Implementation

DateTime get nextMonth => add(const Duration(days: 30));