PreflightResponse class
Constructors
- PreflightResponse.new({IdDocumentType? entityIdDocumentType, IdDocumentState? entityIdState, ExtraData? extraData, required String sessionId, required Screen screen, Requirement? requirement, ProofOfAddressStatus? proofOfAddress, ProofOfFundsStatus? proofOfFunds})
-
PreflightResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- entityIdDocumentType → IdDocumentType?
-
final
- entityIdState → IdDocumentState?
-
final
- extraData → ExtraData?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- proofOfAddress → ProofOfAddressStatus?
-
final
- proofOfFunds → ProofOfFundsStatus?
-
final
- requirement → Requirement?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- screen → Screen
-
final
- sessionId → String
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited