LicensePlateScanResult.error constructor

LicensePlateScanResult.error(
  1. String message
)

Implementation

LicensePlateScanResult.error(String message) {
  operationResult = OperationResult.ERROR;
  this.message = message;
}