CubeAnomaly constructor

CubeAnomaly(
  1. int id,
  2. DateTime time,
  3. int? recipientId,
  4. String cube,
  5. List<String> axes,
  6. double value,
  7. List<String> numbers,
)

Implementation

CubeAnomaly(int id, DateTime time, int? recipientId, this.cube, this.axes,
    this.value, this.numbers)
    : super(id, time, recipientId);