Section constructor
const
Section({})
Implementation
const factory Section({
required String section,
required List<StructureElement> fields,
@Default(null) String? description,
@Default(null) List<String>? keywords,
}) = _Section;