Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 617 Bytes

BarcodeResponse.md

File metadata and controls

18 lines (13 loc) · 617 Bytes

aspose_barcode_cloud.model.BarcodeResponse

Load the model package

import 'package:aspose_barcode_cloud/aspose_barcode_cloud.dart';

Represents information about barcode.

Properties

Name Type Description Notes
barcodeValue String Barcode data. [optional] [default to null]
type String Type of the barcode. [optional] [default to null]
region List<RegionPoint> Region with barcode. [optional] [default to []]
checksum String Checksum of barcode. [optional] [default to null]