HistoricalParameterValueResponseModel constructor

const HistoricalParameterValueResponseModel({
  1. String? $value,
  2. int? createddatetime,
  3. String? createddatetimestring,
})

Implementation

const HistoricalParameterValueResponseModel({
  this.$value,
  this.createddatetime,
  this.createddatetimestring,
});