TruckSpecifications.withDefaults constructor - TruckSpecifications - transport library - Dart API
TruckSpecifications.withDefaults
TruckSpecifications.withDefaults constructor
Creates a new instance.
Implementation
TruckSpecifications.withDefaults()
: grossWeightInKilograms = null, currentWeightInKilograms = null, weightPerAxleInKilograms = null, weightPerAxleGroup = null, heightInCentimeters = null, widthInCentimeters = null, lengthInCentimeters = null, axleCount = null, trailerCount = null, truckType = TruckType.straight, isTruckLight = false, payloadCapacityInKilograms = null, trailerAxleCount = null;