TokenIterator constructor

TokenIterator(
  1. String text
)

Implementation

TokenIterator(this.text) : super(_scan(text));