GetGeneratorHistoricalParameterValueResponseModel constructor

const GetGeneratorHistoricalParameterValueResponseModel({
  1. String? $value,
  2. int? createdDateTime,
  3. String? createdDateTimeString,
})

Implementation

const GetGeneratorHistoricalParameterValueResponseModel({
  this.$value,
  this.createdDateTime,
  this.createdDateTimeString,
});