LineExpand constructor

LineExpand(
  1. CodeUnit originLine,
  2. String extendContent
)

Implementation

LineExpand(this.originLine, this.extendContent);