RBarcodeResult constructor

const RBarcodeResult({
  1. Uint8List? image,
  2. RBarcodeFormat? format,
  3. String? text,
  4. List<RBarcodePoint>? points,
})

Implementation

const RBarcodeResult({this.image, this.format, this.text, this.points});