RBarcodeResult class

扫描成功后的返回值

format 二维码编码类型 text 二维码中的文本消息 points 二维码在图片中所在的位置 image 如果设置了RBarcode.initBarcodeEngineisReturnImage 为true ,则会返回,默认是null

Constructors

RBarcodeResult({Uint8List? image, RBarcodeFormat? format, String? text, List<RBarcodePoint>? points})
const
RBarcodeResult.formMap(Map? map)
factory

Properties

format RBarcodeFormat?
final
hashCode int
The hash code for this object.
no setteroverride
image Uint8List?
final
points List<RBarcodePoint>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override