LinkTokenCreateRequestIdentityVerification class

Available extensions
Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

LinkTokenCreateRequestIdentityVerification({required String templateId, bool? consent, bool? gaveConsent})
LinkTokenCreateRequestIdentityVerification.fromJson(Map<String, dynamic> json)
factory

Properties

final
gaveConsent bool?
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
templateId String
final

Methods

copyWith({String? templateId, bool? consent, bool? gaveConsent}) LinkTokenCreateRequestIdentityVerification

Available on LinkTokenCreateRequestIdentityVerification, provided by the $LinkTokenCreateRequestIdentityVerificationExtension extension

copyWithWrapped({Wrapped<String>? templateId, Wrapped<bool?>? consent, Wrapped<bool?>? gaveConsent}) LinkTokenCreateRequestIdentityVerification

Available on LinkTokenCreateRequestIdentityVerification, provided by the $LinkTokenCreateRequestIdentityVerificationExtension 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 LinkTokenCreateRequestIdentityVerification Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(LinkTokenCreateRequestIdentityVerification instance)