elements property

List<ASN1Object>? elements
getter/setter pair

A list of elements. Only set if this ASN1IA5String is constructed, otherwhise null.

Implementation

List<ASN1Object>? elements;