Update constructor

Update(
  1. String ts,
  2. DataType type,
  3. double? val,
  4. List<double>? d,
)

Implementation

Update(this.ts, this.type, this.val, this.d);