nextYear property

DateTime get nextYear

Implementation

DateTime get nextYear => add(const Duration(days: 365));