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