Entry constructor

Entry(
  1. String cube,
  2. double value,
  3. List<String> axes
)

Implementation

Entry(this.cube, this.value, this.axes);