content property

List<StructuralElement>? content
getter/setter pair

The contents of the body.

The indexes for the body's content begin at zero.

Implementation

core.List<StructuralElement>? content;