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