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