resultMetadata property

Map<ResultMetadataType, Object>? resultMetadata

@return Map mapping ResultMetadataType keys to values. May be null. This contains optional metadata about what was detected about the barcode, like orientation.

Implementation

Map<ResultMetadataType, Object>? get resultMetadata => _resultMetadata;