EscaneoDni enum
Enumeración para el flujo de escaneo de DNI
Values
- frente → const EscaneoDni
-
const EscaneoDni(-1, 'Saca una foto del frente del DNI\nasegurate de que se vea por completo', 'assets/dniFrente.png') - dorso → const EscaneoDni
-
const EscaneoDni(1, 'Ahora saca una foto del dorso del DNI', 'assets/dniDorso.png')
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- mensaje → String
-
final
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - paso → int
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- urlImagen → 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
Constants
-
values
→ const List<
EscaneoDni> - A constant List of the values in this enum, in order of their declaration.