UserInfoResponse constructor

UserInfoResponse({
  1. String? userId,
  2. dynamic title,
  3. String? firstName,
  4. String? middleName,
  5. String? lastName,
  6. String? fullName,
  7. dynamic firstNameNen,
  8. dynamic middleNameNen,
  9. dynamic lastNameNen,
  10. String? fullNameNen,
  11. dynamic username,
  12. String? mobileNumber,
  13. String? emailId,
  14. String? positionId,
  15. String? hierarchyId,
  16. int? levelId,
  17. String? levelName,
  18. dynamic commercialChannel,
  19. String? commercialChannelName,
  20. String? designationId,
  21. String? designationName,
  22. String? partnerId,
  23. String? partnerName,
  24. String? parentUserId,
  25. dynamic parentUserFullName,
  26. int? status,
  27. String? statusName,
  28. dynamic address,
  29. dynamic location,
  30. dynamic locale,
  31. dynamic localeName,
  32. String? employeeId,
  33. String? externalSystemId,
  34. int? userType,
  35. String? userTypeName,
  36. dynamic joiningDate,
  37. DateTime? startDate,
  38. DateTime? endDate,
  39. String? remark,
  40. bool? emailValidated,
  41. bool? phoneValidated,
  42. String? createdDate,
  43. String? createdBy,
  44. String? createdByName,
  45. String? lastModifiedDate,
  46. String? lastModifiedBy,
  47. String? lastModifiedByName,
  48. dynamic parentPositionId,
  49. bool? softDelete,
  50. String? profileImageId,
  51. dynamic parentDesignationId,
  52. int? locationType,
  53. dynamic wareHouseMapping,
  54. dynamic accountMapping,
  55. dynamic maintainedPartners,
  56. AdditionalProperties? additionalProperties,
  57. List<Location>? locations,
  58. int? designationLevelId,
  59. dynamic creditLimit,
  60. bool? maintainer,
  61. bool? isSalesForce,
})

Implementation

UserInfoResponse({
    this.userId,
    this.title,
    this.firstName,
    this.middleName,
    this.lastName,
    this.fullName,
    this.firstNameNen,
    this.middleNameNen,
    this.lastNameNen,
    this.fullNameNen,
    this.username,
    this.mobileNumber,
    this.emailId,
    this.positionId,
    this.hierarchyId,
    this.levelId,
    this.levelName,
    this.commercialChannel,
    this.commercialChannelName,
    this.designationId,
    this.designationName,
    this.partnerId,
    this.partnerName,
    this.parentUserId,
    this.parentUserFullName,
    this.status,
    this.statusName,
    this.address,
    this.location,
    this.locale,
    this.localeName,
    this.employeeId,
    this.externalSystemId,
    this.userType,
    this.userTypeName,
    this.joiningDate,
    this.startDate,
    this.endDate,
    this.remark,
    this.emailValidated,
    this.phoneValidated,
    this.createdDate,
    this.createdBy,
    this.createdByName,
    this.lastModifiedDate,
    this.lastModifiedBy,
    this.lastModifiedByName,
    this.parentPositionId,
    this.softDelete,
    this.profileImageId,
    this.parentDesignationId,
    this.locationType,
    this.wareHouseMapping,
    this.accountMapping,
    this.maintainedPartners,
    this.additionalProperties,
    this.locations,
    this.designationLevelId,
    this.creditLimit,
    this.maintainer,
    this.isSalesForce,
});