ClosingLabel constructor

ClosingLabel(
  1. int offset,
  2. int length,
  3. String label
)

Implementation

ClosingLabel(this.offset, this.length, this.label);