remove method

void remove(
  1. Duration other
)

Subtracts other from the current duration.

Implementation

void remove(Duration other) => value -= other;