restrictionAttributes property

Map<String, RestrictionAttribute> restrictionAttributes

Restriction attributes.

The names of set restriction attributes e.g. "Oneway".

Implementation

Map<String, RestrictionAttribute> get restrictionAttributes =>
    _restrictionAttributes.value;