presetTourRamp property Null safety

int? presetTourRamp
@JsonKey(name: 'PresetTourRamp', fromJson: OnvifUtil.nullableMappedToInt), final

The optional acceleration ramp used by the device when executing PresetTours.

Implementation

@JsonKey(name: 'PresetTourRamp', fromJson: OnvifUtil.nullableMappedToInt)
final int? presetTourRamp;