AppScreen enum

Inheritance
Available extensions

Values

waitingForPreviousCallToComplete → const AppScreen
consentScreen → const AppScreen
scanIdDocumentFrontScreen → const AppScreen
scanIdDocumentBackScreen → const AppScreen
scanA4DocumentScreen → const AppScreen
nfcCaptureScreen → const AppScreen
livenessScreen → const AppScreen
cancelScreen → const AppScreen
completedScreen → const AppScreen
successfulScreen → const AppScreen
rejectedScreen → const AppScreen
phoneVerificationStartScreen → const AppScreen
phoneVerificationConfirmScreen → const AppScreen
emailVerificationStartScreen → const AppScreen
emailVerificationConfirmScreen → const AppScreen
phoneVerificationScreen → const AppScreen
emailVerificationScreen → const AppScreen
proofOfAddressScreen → const AppScreen
proofOfFundsScreen → const AppScreen

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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

fromString(String? value) AppScreen

Constants

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