plus static method

Instant plus(
  1. Instant x,
  2. Time y
)

Implementation

static Instant plus(Instant x, Time y) => x.add(y);