BarcodeResponse constructor

BarcodeResponse([
  1. String? barcodeValue,
  2. String? type,
  3. List<RegionPoint>? region,
  4. String? checksum,
])

Constructor

Implementation

BarcodeResponse([this.barcodeValue, this.type, this.region, this.checksum]);