GetGeneratorEngineSpeedValueResponseModel constructor

const GetGeneratorEngineSpeedValueResponseModel({
  1. double? minValue,
  2. double? maxValue,
  3. List<GetGeneratorHistoricalParameterValueResponseModel>? engineSpeed,
})

Implementation

const GetGeneratorEngineSpeedValueResponseModel({
  this.minValue,
  this.maxValue,
  this.engineSpeed,
});