GetGeneratorEngineSpeedValueResponseModel constructor
- double? minValue,
- double? maxValue,
- List<
GetGeneratorHistoricalParameterValueResponseModel> ? engineSpeed,
Implementation
const GetGeneratorEngineSpeedValueResponseModel({
this.minValue,
this.maxValue,
this.engineSpeed,
});