CarSpecifications.withDefaults constructor

CarSpecifications.withDefaults()

Creates a new instance.

Implementation

CarSpecifications.withDefaults()
    : grossWeightInKilograms = null, heightInCentimeters = null, widthInCentimeters = null, lengthInCentimeters = null, axleCount = null, trailerCount = null, trailerAxleCount = null;