OrgListOrderedItem constructor

OrgListOrderedItem(
  1. String indent,
  2. String bullet,
  3. String? counterSet,
  4. String? checkbox,
  5. OrgContent? body, [
  6. String? id,
])

Implementation

OrgListOrderedItem(
  super.indent,
  super.bullet,
  this.counterSet,
  super.checkbox,
  super.body, [
  String? id,
]);