CreateApacuanaUserRequest constructor

const CreateApacuanaUserRequest({
  1. required String kinddoc,
  2. required String doc,
  3. String? email,
  4. int? typeuser,
  5. String? name,
  6. String? lastname,
  7. String? birthdate,
  8. String? gender,
  9. String? kindrif,
  10. String? rif,
  11. int? phone,
  12. String? kindphone,
  13. String? postalcode,
  14. String? address,
  15. String? fiscaladdress,
  16. String? fiscalkindphone,
  17. int? fiscalphone,
  18. String? occupation,
  19. String? degree,
  20. String? university,
  21. String? graduationyear,
  22. String? collegiatenumber,
  23. String? collegiateyear,
  24. String? companyname,
  25. String? companykindrif,
  26. String? companyrif,
  27. String? companystate,
  28. String? companymunicipality,
  29. String? companyparish,
  30. String? companyaddress,
  31. String? companykindphone,
  32. String? companyphone,
  33. String? companypostalcode,
  34. String? companywebpage,
  35. String? companycommercialregister,
  36. String? companyregisterdate,
  37. String? companyregisternumber,
  38. String? companyconstitutiondate,
  39. String? companypublishdate,
  40. String? companyconstitutiondecree,
  41. String? companynumberdecree,
  42. String? positionprivate,
  43. String? departmentprivate,
  44. String? authorizedprivate,
  45. String? functionsprivate,
  46. String? publishprivate,
  47. String? issuedateprivate,
  48. String? kindphoneprivate,
  49. int? phoneprivate,
  50. String? positionpublic,
  51. String? departmentpublic,
  52. String? authorizedpublic,
  53. String? functionspublic,
  54. String? publishpublic,
  55. String? issuedatepublic,
  56. String? kindphonepublic,
  57. int? phonepublic,
  58. String? companyid,
  59. Map<String, dynamic>? files,
})

Implementation

const CreateApacuanaUserRequest({
  required this.kinddoc,
  required this.doc,
  this.email,
  this.typeuser,
  this.name,
  this.lastname,
  this.birthdate,
  this.gender,
  this.kindrif,
  this.rif,
  this.phone,
  this.kindphone,
  this.postalcode,
  this.address,
  this.fiscaladdress,
  this.fiscalkindphone,
  this.fiscalphone,
  this.occupation,
  this.degree,
  this.university,
  this.graduationyear,
  this.collegiatenumber,
  this.collegiateyear,
  this.companyname,
  this.companykindrif,
  this.companyrif,
  this.companystate,
  this.companymunicipality,
  this.companyparish,
  this.companyaddress,
  this.companykindphone,
  this.companyphone,
  this.companypostalcode,
  this.companywebpage,
  this.companycommercialregister,
  this.companyregisterdate,
  this.companyregisternumber,
  this.companyconstitutiondate,
  this.companypublishdate,
  this.companyconstitutiondecree,
  this.companynumberdecree,
  this.positionprivate,
  this.departmentprivate,
  this.authorizedprivate,
  this.functionsprivate,
  this.publishprivate,
  this.issuedateprivate,
  this.kindphoneprivate,
  this.phoneprivate,
  this.positionpublic,
  this.departmentpublic,
  this.authorizedpublic,
  this.functionspublic,
  this.publishpublic,
  this.issuedatepublic,
  this.kindphonepublic,
  this.phonepublic,
  this.companyid,
  this.files,
});