menu
octopus_extensions package
documentation
extensions.dart
DatetimeExtensions
tomorrow method
tomorrow method
dark_mode
light_mode
tomorrow
method
DateTime
tomorrow
(
)
Next day
Implementation
DateTime tomorrow() => DateTime(year, month, day + 1);
octopus_extensions package
documentation
extensions
DatetimeExtensions
tomorrow method
DatetimeExtensions extension on
DateTime