minus static method

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

Implementation

static Time minus(Time x, Time y) => x - y;