Data constructor

Data({
  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. String? commercialChannel,
  19. String? commercialChannelName,
  20. String? designationId,
  21. String? designationName,
  22. String? partnerId,
  23. String? partnerName,
  24. String? parentUserId,
  25. String? parentUserFullName,
  26. int? status,
  27. String? statusName,
  28. String? address,
  29. String? location,
  30. String? locale,
  31. String? localeName,
  32. String? employeeId,
  33. String? externalSystemId,
  34. int? userType,
  35. String? userTypeName,
  36. String? joiningDate,
  37. String? startDate,
  38. String? 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. String? parentPositionId,
  49. bool? softDelete,
  50. String? profileImageId,
  51. String? parentDesignationId,
  52. String? accountMapping,
  53. String? maintainedPartners,
  54. String? locations,
  55. bool? maintainer,
  56. bool? isSalesForce,
})

Implementation

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