isSpan method

bool isSpan()

Checks if the event spans multiple days.

Implementation

bool isSpan() => !isSameDay(startDate, endDate);