IdentityVerificationCreateRequest class

Available extensions
Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

IdentityVerificationCreateRequest({required bool isShareable, 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
isShareable bool
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({bool? isShareable, String? templateId, bool? gaveConsent, IdentityVerificationRequestUser? user, String? clientId, String? secret, bool? isIdempotent}) IdentityVerificationCreateRequest

Available on IdentityVerificationCreateRequest, provided by the $IdentityVerificationCreateRequestExtension extension

copyWithWrapped({Wrapped<bool>? isShareable, 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)