setDuration method

void setDuration(
  1. double duration
)

Implementation

void setDuration(double duration) {
  this.duration = duration;
}