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