ScannerException constructor

const ScannerException(
  1. ScannerResults result, [
  2. String? message
])

Implementation

const ScannerException(this.result, [this.message]);