ScanType enum

Inheritance

Constructors

ScanType()
const

Values

ALL → const ScanType

所有条形码

QR_CODE → const ScanType

普通二维码

AZTEC → const ScanType

二维码 主要用于航空。比如坐飞机行李箱上贴的便签

CODABAR → const ScanType

条形码

CODE_39 → const ScanType

CODE 39 条形码

CODE_93 → const ScanType

CODE 92 条形码

CODE_128 → const ScanType

CODE 128 条形码

EAN8 → const ScanType

商品用条形码 EAN8

EAN13 → const ScanType

商品用条形码 EAN13

ITF → const ScanType

全球贸易货号。主要用于运输方面的条形码

DATA_MATRIX → const ScanType

一种二维码

PDF_417 → const ScanType

PDF417条码是一种高密度、高信息含量的便携式数据文件

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

values → const List<ScanType>
A constant List of the values in this enum, in order of their declaration.