OrgListUnorderedItem constructor

OrgListUnorderedItem(
  1. String indent,
  2. String bullet,
  3. String? checkbox,
  4. ({String delimiter, OrgContent value})? tag,
  5. OrgContent? body, [
  6. String? id,
])

Implementation

OrgListUnorderedItem(
  super.indent,
  super.bullet,
  super.checkbox,
  this.tag,
  super.body, [
  super.id,
]);