LicensePlateConfig constructor
LicensePlateConfig({
- int? minConfidence,
- LicensePlateConfigScanMode? scanMode,
- String? validationRegex,
- VehicleInspectionSticker? vehicleInspectionSticker,
Implementation
LicensePlateConfig({
this.minConfidence,
this.scanMode,
this.validationRegex,
this.vehicleInspectionSticker,
});