BarcodeResponse constructor
BarcodeResponse([
- String? barcodeValue,
- String? type,
- List<
RegionPoint> ? region, - String? checksum,
Constructor
Implementation
BarcodeResponse([this.barcodeValue, this.type, this.region, this.checksum]);