startOfNextYear static method

DateTime startOfNextYear()

Start of the next year in the local timezone

Implementation

static DateTime startOfNextYear() => DateTime.now().startOfNextYear();