Skip to content

Commit c5291dd

Browse files
update to internal commit 0b1dce73
1 parent 4617d43 commit c5291dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

programming/flutter/api-reference/barcode-scanner/barcode-scan-result.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class BarcodeScanResult
2525

2626
| Property | Type | Description |
2727
| -------- | ---- | ----------- |
28-
| [`barcodes`](#barcodes) | *List<BarcodeResultItem>* | Represents all the decoded barcodes in an array of [`BarcodeResultItem`](../barcode-result-item.md). |
28+
| [`barcodes`](#barcodes) | *List\<BarcodeResultItem\>* | Represents all the decoded barcodes in a list of [`BarcodeResultItem`](../barcode-result-item.md). |
2929
| [`status`](#status) | [*EnumResultStatus*](../enum/result-status.md) | Represents the result status, which can be finished, canceled or exception. |
3030
| [`errorCode`](#errorcode) | *int* | Represents the error code should something go wrong during the barcode scanning process. |
3131
| [`errorString`](#errorstring) | *string* | Represents the error message associated with the error code should something go wrong during the barcode scanning process. |

0 commit comments

Comments
 (0)