CreateSMSCustomerResponseDTO constructor
CreateSMSCustomerResponseDTO({
- Status59dEnum? status,
- String? errorMsg,
- bool? isPhoneConfirmed,
- String? token,
- FullUser? user,
Returns a new CreateSMSCustomerResponseDTO instance.
Implementation
CreateSMSCustomerResponseDTO({
this.status,
this.errorMsg,
this.isPhoneConfirmed,
this.token,
this.user,
});