ScannerException constructor
const
ScannerException(
- ScannerResults result, [
- String? message
Implementation
const ScannerException(this.result, [this.message]);
const ScannerException(this.result, [this.message]);