menu
time_machine2 package
documentation
time_machine2.dart
LocalDate
subtractYears method
subtractYears method
dark_mode
light_mode
subtractYears
method
LocalDate
subtractYears
(
int
years
)
Implementation
LocalDate subtractYears(int years) => addYears(-years);
time_machine2 package
documentation
time_machine2
LocalDate
subtractYears method
LocalDate class