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