DelimiterTag constructor

DelimiterTag(
  1. String tag,
  2. int indicatorLength
)

Implementation

DelimiterTag(this.tag, this.indicatorLength);