IssuerToUserInfo constructor

IssuerToUserInfo({
  1. String? action,
  2. SignUpInfo? signUpInfo,
  3. String? url,
  4. String? value,
})

Implementation

IssuerToUserInfo({
  this.action,
  this.signUpInfo,
  this.url,
  this.value,
});