plus static method

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

Implementation

static Time plus(Time x, Time y) => x + y;