moveRamp property Null safety

int? moveRamp
@JsonKey(name: 'MoveRamp', fromJson: OnvifUtil.nullableMappedToInt), final

The optional acceleration ramp used by the device when moving.

Implementation

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