OrgTableRow constructor

OrgTableRow(
  1. String indent,
  2. String trailing, [
  3. String? id
])

Implementation

OrgTableRow(this.indent, this.trailing, [super.id]);