Scanner constructor

Scanner(
  1. String source, {
  2. LoxReader? reader,
  3. List<String> loadedFiles = const [],
})

Implementation

Scanner(this.source, {this.reader, this.loadedFiles = const []});