ScanConfigError constructor

ScanConfigError({
  1. String? code,
  2. String? fieldName,
})

Implementation

ScanConfigError({
  this.code,
  this.fieldName,
});