LicensePlateScanResult constructor

LicensePlateScanResult({
  1. String countryCode = '',
  2. String licensePlate = '',
  3. String rawText = '',
  4. double confidence = 0.0,
})

Implementation

LicensePlateScanResult(
    {this.countryCode = '',
    this.licensePlate = '',
    this.rawText = '',
    this.confidence = 0.0});