difference static method

Time difference(
  1. Instant start,
  2. Instant end
)

Implementation

static Time difference(Instant start, Instant end) => start.timeSince(end);