UserPersonTO constructor

UserPersonTO({
  1. int? idPerson,
  2. int? userTypeId,
  3. int? isUserCreate,
  4. int? isActive,
  5. int? orgTypeId,
  6. int? salutationId,
  7. String? mobileNo,
  8. String? alternateMobNo,
  9. String? phoneNo,
  10. int? createdBy,
  11. String? dateOfBirth,
  12. String? createdOn,
  13. String? firstName,
  14. String? midName,
  15. String? lastName,
  16. String? primaryEmail,
  17. String? alternateEmail,
  18. String? comments,
  19. int? seqNo,
  20. int? organizationId,
  21. int? personTypeId,
  22. int? isDefault1,
  23. int? isDefault2,
  24. int? delPeriodId,
  25. int? cdStructureId,
  26. String? salutationName,
  27. String? dateOfBirthStr,
  28. int? dobDay,
  29. int? dobMonth,
  30. int? dobYear,
  31. String? dateOfAnniversary,
  32. int? otherDesignationId,
  33. String? multiroleDesc,
  34. int? userId,
  35. int? userIsActive,
})

Implementation

UserPersonTO(
    {
    this.idPerson,
    this.userTypeId,
    this.isUserCreate,
    this.isActive,
    this.orgTypeId,
    this.salutationId,
    this.mobileNo,
    this.alternateMobNo,
    this.phoneNo,
    this.createdBy,
    this.dateOfBirth,
    this.createdOn,
    this.firstName,
    this.midName,
    this.lastName,
    this.primaryEmail,
    this.alternateEmail,
    this.comments,
    this.seqNo,
    this.organizationId,
    this.personTypeId,
    this.isDefault1,
    this.isDefault2,
    this.delPeriodId,
    this.cdStructureId,
    this.salutationName,
    this.dateOfBirthStr,
    this.dobDay,
    this.dobMonth,
    this.dobYear,
    this.dateOfAnniversary,
    this.otherDesignationId,
    this.multiroleDesc,
    this.userId,
    this.userIsActive});