ScanResult class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scanType ↔ ScanType?
-
扫码结果信息
getter/setter pair
- scanTypeForm ↔ ScanTypeFormat?
-
条码内容类型
getter/setter pair
- value ↔ String?
-
获取条码原始的全部码值信息。只有当条码编码格式为UTF-8时才可以使用
getter/setter pair
-
valueByte
↔ List<
int> ? -
非UTF-8格式的条码使用
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited