Body constructor

Body({
  1. List<StructuralElement>? content,
})

Implementation

Body({
  this.content,
});