content property

List<StructuralElement>? content
getter/setter pair

The contents of the header.

The indexes for a header's content begin at zero.

Implementation

core.List<StructuralElement>? content;