Profile constructor

Profile({
  1. String? partnerId,
  2. dynamic partnerTypeId,
  3. dynamic partnerType,
  4. String? partnerName,
  5. dynamic partnerNameNe,
  6. dynamic parentId,
  7. dynamic firstName,
  8. dynamic lastName,
  9. String? emailId,
  10. String? phone,
  11. dynamic alternatePhone,
  12. int? levelId,
  13. dynamic commercialChannelId,
  14. int? status,
  15. int? approvalAction,
  16. int? approvalStatus,
  17. dynamic approvalRemarks,
  18. dynamic language,
  19. dynamic preferredCustomerName,
  20. String? levelName,
  21. dynamic parentName,
  22. String? statusName,
  23. Address? address,
  24. String? hierarchyId,
  25. dynamic reason,
  26. dynamic fullName,
  27. String? approvalStatusName,
  28. List<FieldDate>? fields,
  29. ProfileGroup? profileGroup,
  30. dynamic frontShopDocumentId,
  31. dynamic frontShopDocumentName,
  32. dynamic outletId,
  33. String? approvalId,
  34. dynamic dealerType,
  35. dynamic dealerCategory,
  36. dynamic dealerGrade,
  37. dynamic dealerTypeValue,
  38. dynamic dealerCategoryValue,
  39. dynamic dealerGradeValue,
  40. String? storeClass,
})

Implementation

Profile({
  this.partnerId,
  this.partnerTypeId,
  this.partnerType,
  this.partnerName,
  this.partnerNameNe,
  this.parentId,
  this.firstName,
  this.lastName,
  this.emailId,
  this.phone,
  this.alternatePhone,
  this.levelId,
  this.commercialChannelId,
  this.status,
  this.approvalAction,
  this.approvalStatus,
  this.approvalRemarks,
  this.language,
  this.preferredCustomerName,
  this.levelName,
  this.parentName,
  this.statusName,
  this.address,
  this.hierarchyId,
  this.reason,
  this.fullName,
  this.approvalStatusName,
  this.fields,
  this.profileGroup,
  this.frontShopDocumentId,
  this.frontShopDocumentName,
  this.outletId,
  this.approvalId,
  this.dealerType,
  this.dealerCategory,
  this.dealerGrade,
  this.dealerTypeValue,
  this.dealerCategoryValue,
  this.dealerGradeValue,
  this.storeClass,
});