Profile constructor
Profile({
- String? partnerId,
- dynamic partnerTypeId,
- dynamic partnerType,
- dynamic partnerName,
- String? parentId,
- String? firstName,
- String? lastName,
- String? emailId,
- String? phone,
- String? alternatePhone,
- int? levelId,
- dynamic commercialChannelId,
- dynamic status,
- dynamic approvalAction,
- dynamic approvalStatus,
- dynamic approvalRemarks,
- String? language,
- dynamic preferredCustomerName,
- dynamic levelName,
- dynamic parentName,
- dynamic statusName,
- dynamic address,
- String? hierarchyId,
- dynamic reason,
- dynamic fields,
- ProfileGroup? profileGroup,
Implementation
Profile({
this.partnerId,
this.partnerTypeId,
this.partnerType,
this.partnerName,
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.fields,
this.profileGroup,
});