VehicleSpecification constructor - VehicleSpecification - transport library - Dart API
VehicleSpecification
VehicleSpecification constructor
Implementation
VehicleSpecification()
: heightInCentimeters = null, widthInCentimeters = null, lengthInCentimeters = null, axleCount = null, trailerCount = null, truckType = TruckType.straight, truckCategory = null, isTruckLight = false, payloadCapacityInKilograms = null, trailerAxleCount = null, grossWeightInKilograms = null, currentWeightInKilograms = null, weightPerAxleInKilograms = null, weightPerAxleGroup = null, isCommercial = false, lastCharacterOfLicensePlate = null, engineSizeInCubicCentimeters = null, tiresCount = null, tunnelCategory = null, hazardousMaterials = [], occupancy = null;