IdentityVerificationCreateRequest class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- IdentityVerificationCreateRequest({required String templateId, required bool gaveConsent, required IdentityVerificationRequestUser user, String? clientId, String? secret, bool? isIdempotent})
-
IdentityVerificationCreateRequest.fromJson(Map<
String, dynamic> json) -
factory
Properties
- clientId → String?
-
final
- gaveConsent → bool
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- isIdempotent → bool?
-
final
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- secret → String?
-
final
- templateId → String
-
final
- user → IdentityVerificationRequestUser
-
final
Methods
-
copyWith(
{String? templateId, bool? gaveConsent, IdentityVerificationRequestUser? user, String? clientId, String? secret, bool? isIdempotent}) → IdentityVerificationCreateRequest -
Available on IdentityVerificationCreateRequest, provided by the $IdentityVerificationCreateRequestExtension extension
-
copyWithWrapped(
{Wrapped< String> ? templateId, Wrapped<bool> ? gaveConsent, Wrapped<IdentityVerificationRequestUser> ? user, Wrapped<String?> ? clientId, Wrapped<String?> ? secret, Wrapped<bool?> ? isIdempotent}) → IdentityVerificationCreateRequest -
Available on IdentityVerificationCreateRequest, provided by the $IdentityVerificationCreateRequestExtension 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 IdentityVerificationCreateRequest Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(IdentityVerificationCreateRequest instance)