menu
ns_utils package
documentation
extensions/date_time.dart
DateExtensions
tomorrow method
tomorrow method
dark_mode
light_mode
tomorrow
method
DateTime
tomorrow
(
)
next day
Implementation
DateTime tomorrow() => DateTime(year, month, day + 1);
ns_utils package
documentation
extensions/date_time
DateExtensions
tomorrow method
DateExtensions extension on
DateTime