isAfterTomorrow property

bool isAfterTomorrow

Implementation

bool get isAfterTomorrow =>
    isAtSameDayAs(DateTime.now().add(Duration(days: 2)));