OrgSection constructor

OrgSection(
  1. OrgHeadline headline,
  2. OrgContent? content, [
  3. Iterable<OrgSection>? sections,
  4. String? id,
])

Implementation

OrgSection(
  this.headline,
  super.content, [
  super.sections,
  super.id,
]);