addMinutes method

Duration addMinutes(
  1. int minutes
)

Implementation

Duration addMinutes(int minutes) => this + Duration(minutes: minutes);