Profile constructor
Profile({
- String? entityId,
- String? parentId,
- String? firstName,
- String? lastName,
- String? emailId,
- String? mobileNumber,
- String? customerNumber,
- int? levelId,
- String? levelName,
- String? commercialChannelId,
- String? commercialChannelName,
- String? customerCode,
- List<
Fields> ? fields, - ProfileGroup? profileGroup,
- String? displayName,
- bool? salesForce,
- String? status,
- Address? address,
- int? partnerType,
- String? partnerName,
Implementation
Profile(
{this.entityId,
this.parentId,
this.firstName,
this.lastName,
this.emailId,
this.mobileNumber,
this.customerNumber,
this.levelId,
this.levelName,
this.commercialChannelId,
this.commercialChannelName,
this.customerCode,
this.fields,
this.profileGroup,
this.displayName,
this.salesForce,
this.status,
this.address,
this.partnerType,
this.partnerName});