OrgFootnoteReference constructor

OrgFootnoteReference(
  1. bool isDefinition,
  2. String leading,
  3. String? name,
  4. ({String delimiter, OrgContent value})? definition,
  5. String trailing, [
  6. String? id,
])

Implementation

OrgFootnoteReference(
  this.isDefinition,
  this.leading,
  this.name,
  this.definition,
  this.trailing, [
  super.id,
]);