menu
my package
documentation
util/time/year.dart
Year
next property
next property
dark_mode
light_mode
next
property
Year
get
next
Returns the next year.
Implementation
Year get next => Year(value + 1);
my package
documentation
util/time/year
Year
next property
Year class