ScannerLabelsConfig enum Null safety

To configure Android Scanner Labels

Constants

ANDROID_APPLYING_FILTER_MESSAGE → const ScannerLabelsConfig
const ScannerLabelsConfig(8)
ANDROID_BMW_LABEL → const ScannerLabelsConfig
const ScannerLabelsConfig(5)
ANDROID_CANT_CROP_ERROR_MESSAGE → const ScannerLabelsConfig
const ScannerLabelsConfig(10)
ANDROID_CANT_CROP_ERROR_TITLE → const ScannerLabelsConfig
const ScannerLabelsConfig(9)
ANDROID_LOADING_MESSAGE → const ScannerLabelsConfig
const ScannerLabelsConfig(7)
ANDROID_NEXT_BUTTON_LABEL → const ScannerLabelsConfig

Android scanner specific labels

const ScannerLabelsConfig(0)
ANDROID_OK_LABEL → const ScannerLabelsConfig
const ScannerLabelsConfig(11)
ANDROID_ORIGINAL_LABEL → const ScannerLabelsConfig
const ScannerLabelsConfig(4)
ANDROID_ROTATE_LEFT_LABEL → const ScannerLabelsConfig
const ScannerLabelsConfig(2)
ANDROID_ROTATE_RIGHT_LABEL → const ScannerLabelsConfig
const ScannerLabelsConfig(3)
ANDROID_SAVE_BUTTON_LABEL → const ScannerLabelsConfig
const ScannerLabelsConfig(1)
ANDROID_SCANNING_MESSAGE → const ScannerLabelsConfig
const ScannerLabelsConfig(6)
const ScannerLabelsConfig(17)
const ScannerLabelsConfig(16)
const ScannerLabelsConfig(13)

Unviersal Labels config

const ScannerLabelsConfig(12)
const ScannerLabelsConfig(15)
const ScannerLabelsConfig(14)
PICKER_CAMERA_LABEL → const ScannerLabelsConfig
const ScannerLabelsConfig(18)
const ScannerLabelsConfig(19)
values → const List<ScannerLabelsConfig>

A constant List of the values in this enum, in order of their declaration.

const List<ScannerLabelsConfig>

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
index int

The integer index of this enum.

final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

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

Operators

operator ==(Object other) bool
The equality operator. [...]
inherited