FailedScanning constructor

FailedScanning(
  1. String type,
  2. dynamic errorCode
)

Implementation

FailedScanning(this.type, this.errorCode);