LicensePlateConfig constructor

LicensePlateConfig({
  1. int? minConfidence,
  2. LicensePlateConfigScanMode? scanMode,
  3. String? validationRegex,
  4. VehicleInspectionSticker? vehicleInspectionSticker,
})

Implementation

LicensePlateConfig({
    this.minConfidence,
    this.scanMode,
    this.validationRegex,
    this.vehicleInspectionSticker,
});