CreateConfirmationCodeArguments constructor

CreateConfirmationCodeArguments({
  1. required MyUserIdentifier ident,
})

Implementation

CreateConfirmationCodeArguments({required this.ident});