minus static method

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

Implementation

static Instant minus(Instant x, Time y) => x.subtract(y);