tomorrow top-level property

date get tomorrow

Returns the date representing tomorrow.

Implementation

date get tomorrow => today.add(1.days);