daysOfYear property

int daysOfYear

当年的总天数

Implementation

int get daysOfYear => isLeapYearByYear ? 366 : 365;