IssuerToUserInfo constructor
IssuerToUserInfo({
- String? action,
- SignUpInfo? signUpInfo,
- String? url,
- String? value,
Implementation
IssuerToUserInfo({
this.action,
this.signUpInfo,
this.url,
this.value,
});