TrendValueDTO constructor

const TrendValueDTO({
  1. double? $value,
  2. DateTime? createdTimestamp,
})

Implementation

const TrendValueDTO({
  this.$value,
  this.createdTimestamp,
});