menu
folly_fields package
documentation
util/folly_date_time_extension.dart
FollyDateTimeExtension
yearLastDay property
yearLastDay property
dark_mode
light_mode
yearLastDay
property
DateTime
get
yearLastDay
Implementation
DateTime get yearLastDay => copyWith(month: 12, day: 31).endOfDay;
folly_fields package
documentation
util/folly_date_time_extension
FollyDateTimeExtension
yearLastDay property
FollyDateTimeExtension extension on
DateTime