publicKeys property
A list of all children of type "PublicKey".
Implementation
List<document_wrapper.VCardPublicKey> get publicKeys => document
.childrenByDocumentType("PublicKey")
.map((child) => document_wrapper.VCardPublicKey(child))
.toList();