DroDustributerContent constructor

DroDustributerContent({
  1. String? userId,
  2. String? title,
  3. String? firstName,
  4. String? middleName,
  5. String? lastName,
  6. String? fullName,
  7. String? firstNameNen,
  8. String? middleNameNen,
  9. String? lastNameNen,
  10. String? fullNameNen,
  11. String? username,
  12. String? mobileNumber,
  13. String? emailId,
  14. String? positionId,
  15. String? hierarchyId,
  16. int? levelId,
  17. String? levelName,
  18. dynamic commercialChannel,
  19. dynamic commercialChannelName,
  20. String? designationId,
  21. String? designationName,
  22. String? partnerId,
  23. dynamic partnerName,
  24. dynamic parentUserId,
  25. dynamic parentUserFullName,
  26. int? status,
  27. dynamic 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. String? startDate,
  38. String? endDate,
  39. String? remark,
  40. bool? emailValidated,
  41. bool? phoneValidated,
  42. String? createdDate,
  43. String? createdBy,
  44. dynamic createdByName,
  45. String? lastModifiedDate,
  46. dynamic lastModifiedBy,
  47. dynamic lastModifiedByName,
  48. dynamic parentPositionId,
  49. bool? softDelete,
  50. dynamic parentDesignationId,
  51. dynamic accountMapping,
  52. dynamic maintainedPartners,
  53. dynamic additionalProperties,
  54. bool? maintainer,
  55. bool? isSalesForce,
})

Implementation

DroDustributerContent(
    {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.parentDesignationId,
    this.accountMapping,
    this.maintainedPartners,
    this.additionalProperties,
    this.maintainer,
    this.isSalesForce});