tomorrow property
DateTime
get
tomorrow
Implementation
static DateTime get tomorrow => DateTime(now.year, now.month, now.day + 1);
static DateTime get tomorrow => DateTime(now.year, now.month, now.day + 1);