DocReaderFrame enum
Values
- UNKNOWN → const DocReaderFrame
-
Will be returned if getByValue if a non-existent was passed.
const DocReaderFrame("")
- SCENARIO_DEFAULT → const DocReaderFrame
-
Size of the frame depends on the scenario, that means default values are used.
const DocReaderFrame("id1")
- MAX → const DocReaderFrame
-
Full frame.
const DocReaderFrame("max")
- NONE → const DocReaderFrame
-
No frame.
const DocReaderFrame("none")
- DOCUMENT → const DocReaderFrame
-
Size of the frame corresponds to the ID-3 format in the portrait mode and to the ID-1 in the landscape mode.
const DocReaderFrame("document")
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → 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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
getByValue(
String? i) → DocReaderFrame?
Constants
-
values
→ const List<
DocReaderFrame> - A constant List of the values in this enum, in order of their declaration.