setDuration method

void setDuration (
  1. String duration
)

Implementation

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