startOfLastYear static method

DateTime startOfLastYear()

Start of the last year in the local timezone

Implementation

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