OrgListItem constructor

OrgListItem(
  1. String indent,
  2. String bullet,
  3. String? checkbox,
  4. OrgContent? body,
)

Implementation

OrgListItem(this.indent, this.bullet, this.checkbox, this.body);