nextDay property
DateTime
get
nextDay
Returns a DateTime representing the next day relative to this DateTime.
Implementation
DateTime get nextDay => addDays(1);
Returns a DateTime representing the next day relative to this DateTime.
DateTime get nextDay => addDays(1);