RecordTimeLineDown constructor

RecordTimeLineDown(
  1. String name,
  2. int start,
  3. int end
)

Implementation

RecordTimeLineDown(this.name, this.start, this.end);