TextElement constructor

const TextElement(
  1. String text,
  2. List<String?> groups,
  3. Type matcherType,
  4. int offset,
)

Implementation

const TextElement(this.text, this.groups, this.matcherType, this.offset);