values property
Set<ASN1Object>
get
values
The set of values associated with the attribute.
Implementation
Set<ASN1Object> get values => _values;
The set of values associated with the attribute.
Set<ASN1Object> get values => _values;