CreateSMSAccountResponseDTO constructor
CreateSMSAccountResponseDTO({
- Status59dEnum? status,
- String? errorMsg,
- String? email,
- bool? agreedToTerms,
Returns a new CreateSMSAccountResponseDTO instance.
Implementation
CreateSMSAccountResponseDTO({
this.status,
this.errorMsg,
this.email,
this.agreedToTerms,
});