attributeParameterValues property
Attribute parameter values.
The attribute parameter values e.g. Vehicle Weight, Vehicle Height, etc. Attribute parameter values are useful for customizing individual restrictions ("Don't travel on a roads weight limits below 6 tons").
Implementation
List<AttributeParameterValue> get attributeParameterValues =>
_attributeParameterValues.value;