ZoneScanner constructor
ZoneScanner({})
Creates a scanner for the given input.
Implementation
ZoneScanner({
required this.input,
required this.iteration,
required this.enabled,
required this.onZone,
required this.resolveId,
});