VehicleDimensions

constructor(    weight: Weight? = null,     axleWeight: Weight? = null,     length: Distance? = null,     width: Distance? = null,     height: Distance? = null,     numberOfAxles: Int? = null)