tomorrow property
DateTime
get
tomorrow
Tomorrow's date
Implementation
static DateTime get tomorrow => DateTime.now().add(const Duration(days: 1));
Tomorrow's date
static DateTime get tomorrow => DateTime.now().add(const Duration(days: 1));