menu
quiver package
documentation
time.dart
Clock
daysFromNow method
daysFromNow method
dark_mode
light_mode
daysFromNow
method
DateTime
daysFromNow
(
int
days
)
Return the point in time
days
from now.
Implementation
DateTime daysFromNow(int days) => fromNow(days: days);
quiver package
documentation
time
Clock
daysFromNow method
Clock class