add method

void add(
  1. Duration other
)

Implementation

void add(Duration other) => value += other;