Profile constructor
Profile({
- String? partnerId,
- dynamic partnerTypeId,
- dynamic partnerType,
- String? partnerName,
- dynamic partnerNameNe,
- dynamic parentId,
- dynamic firstName,
- dynamic lastName,
- String? emailId,
- String? phone,
- dynamic alternatePhone,
- int? levelId,
- dynamic commercialChannelId,
- int? status,
- int? approvalAction,
- int? approvalStatus,
- dynamic approvalRemarks,
- dynamic language,
- dynamic preferredCustomerName,
- String? levelName,
- dynamic parentName,
- String? statusName,
- Address? address,
- String? hierarchyId,
- dynamic reason,
- dynamic fullName,
- String? approvalStatusName,
- List<
FieldDate> ? fields, - ProfileGroup? profileGroup,
- dynamic frontShopDocumentId,
- dynamic frontShopDocumentName,
- dynamic outletId,
- String? approvalId,
- dynamic dealerType,
- dynamic dealerCategory,
- dynamic dealerGrade,
- dynamic dealerTypeValue,
- dynamic dealerCategoryValue,
- dynamic dealerGradeValue,
- 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,
});