AuthAndProfileBodyDataModel constructor
AuthAndProfileBodyDataModel({})
Implementation
AuthAndProfileBodyDataModel({
this.email,
this.password,
this.name,
this.surname,
this.phoneNumber,
this.birthday,
this.gender,
this.companyName,
this.taxOffice,
this.taxNumber,
});