lastDayInYear property
DateTime
get
lastDayInYear
当年最后的时间
Implementation
DateTime get lastDayInYear =>
DateTime(year + 1).subtract(Duration(microseconds: 1));
当年最后的时间
DateTime get lastDayInYear =>
DateTime(year + 1).subtract(Duration(microseconds: 1));