OrgProperty constructor

OrgProperty(
  1. String indent,
  2. String key,
  3. String value,
  4. String trailing,
)

Implementation

OrgProperty(this.indent, this.key, this.value, this.trailing);