menu
time_machine2 package
documentation
time_machine2.dart
LocalDate
subtractMonths method
subtractMonths method
dark_mode
light_mode
subtractMonths
method
LocalDate
subtractMonths
(
int
months
)
Implementation
LocalDate subtractMonths(int months) => addMonths(-months);
time_machine2 package
documentation
time_machine2
LocalDate
subtractMonths method
LocalDate class