CreateSMSAccountResponseDTO constructor

CreateSMSAccountResponseDTO({
  1. Status59dEnum? status,
  2. String? errorMsg,
  3. String? email,
  4. bool? agreedToTerms,
})

Returns a new CreateSMSAccountResponseDTO instance.

Implementation

CreateSMSAccountResponseDTO({
  this.status,
  this.errorMsg,
  this.email,
  this.agreedToTerms,
});