IdentityVerificationUserAddress constructor
IdentityVerificationUserAddress({})
Implementation
IdentityVerificationUserAddress({
required this.street,
required this.street2,
required this.city,
required this.region,
required this.postalCode,
required this.country,
});