CreateSMSCustomerResponseDTO constructor

CreateSMSCustomerResponseDTO({
  1. Status59dEnum? status,
  2. String? errorMsg,
  3. bool? isPhoneConfirmed,
  4. String? token,
  5. FullUser? user,
})

Returns a new CreateSMSCustomerResponseDTO instance.

Implementation

CreateSMSCustomerResponseDTO({
  this.status,
  this.errorMsg,
  this.isPhoneConfirmed,
  this.token,
  this.user,
});