ResendUserAttributeConfirmationCodeRequest constructor

const ResendUserAttributeConfirmationCodeRequest({
  1. required UserAttributeKey userAttributeKey,
  2. ResendUserAttributeConfirmationCodeOptions? options,
})

Default constructor

Implementation

const ResendUserAttributeConfirmationCodeRequest({
  required this.userAttributeKey,
  this.options,
});