remove method

void remove(
  1. Duration other
)

Implementation

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