CreateSMSAccountRequestDTO constructor
CreateSMSAccountRequestDTO({})
Returns a new CreateSMSAccountRequestDTO instance.
Implementation
CreateSMSAccountRequestDTO({
required this.name,
this.phoneNumber,
this.email,
this.password,
this.agreedToTerms,
required this.dateOfBirth,
required this.smsVerificationCode,
});