Deco constructor

Deco(
  1. int type,
  2. int time,
  3. double depth,
  4. int tts,
)

Implementation

Deco(this.type, this.time, this.depth, this.tts);