intersects method

bool intersects(
  1. Timespan other
)

Implementation

bool intersects(Timespan other) =>
    intersection(other).duration.inMilliseconds != 0;