tomorrow property

DateTime get tomorrow

Tomorrow's date

Implementation

static DateTime get tomorrow => DateTime.now().add(const Duration(days: 1));