Detail constructor

Detail(
  1. String pos,
  2. List<Mean> means
)

Implementation

Detail(this.pos, this.means);