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