IdentityVerificationRetryRequest class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- IdentityVerificationRetryRequest({required String clientUserId, required String templateId, required Strategy strategy, IdentityVerificationRetryRequestStepsObject? steps, String? clientId, String? secret})
-
IdentityVerificationRetryRequest.fromJson(Map<
String, dynamic> json) -
factory
Properties
- clientId → String?
-
final
- clientUserId → String
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- secret → String?
-
final
- steps → IdentityVerificationRetryRequestStepsObject?
-
final
- strategy → Strategy
-
final
- templateId → String
-
final
Methods
-
copyWith(
{String? clientUserId, String? templateId, Strategy? strategy, IdentityVerificationRetryRequestStepsObject? steps, String? clientId, String? secret}) → IdentityVerificationRetryRequest -
Available on IdentityVerificationRetryRequest, provided by the $IdentityVerificationRetryRequestExtension extension
-
copyWithWrapped(
{Wrapped< String> ? clientUserId, Wrapped<String> ? templateId, Wrapped<Strategy> ? strategy, Wrapped<IdentityVerificationRetryRequestStepsObject?> ? steps, Wrapped<String?> ? clientId, Wrapped<String?> ? secret}) → IdentityVerificationRetryRequest -
Available on IdentityVerificationRetryRequest, provided by the $IdentityVerificationRetryRequestExtension extension
-
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.
override
Operators
-
operator ==(
dynamic other) → bool -
The equality operator.
override
Constants
-
fromJsonFactory
→ const IdentityVerificationRetryRequest Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(IdentityVerificationRetryRequest instance)