presetRamp property
- @JsonKey.new(name: 'PresetRamp', fromJson: OnvifUtil.nullableIntMappedFromXml)
final
The optional acceleration ramp used by the device when recalling presets.
Implementation
@JsonKey(name: 'PresetRamp', fromJson: OnvifUtil.nullableIntMappedFromXml)
final int? presetRamp;