BarcodeResult constructor

BarcodeResult(
  1. {String data,
  2. Symbology symbology}
)

Implementation

BarcodeResult({this.data, this.symbology});