TrendValueV2 constructor

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

Implementation

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