Profile class

Annotations
  • @JsonSerializable()

Constructors

Profile({String? partnerId, int? partnerTypeId, String? partnerType, String? partnerName, String? parentId, String? firstName, String? lastName, String? emailId, String? phone, String? alternatePhone, int? levelId, String? commercialChannelId, int? status, int? approvalAction, int? approvalStatus, String? approvalRemarks, String? language, String? preferredCustomerName, String? levelName, String? parentName, String? statusName, ProfileAddress? address, String? hierarchyId, String? reason, List<ProfileField>? fields, ProfileGroup? profileGroup})
Profile.fromJson(Map<String, dynamic> json)
factory

Properties

address ProfileAddress?
getter/setter pair
alternatePhone String?
getter/setter pair
approvalAction int?
getter/setter pair
approvalRemarks String?
getter/setter pair
approvalStatus int?
getter/setter pair
commercialChannelId String?
getter/setter pair
emailId String?
getter/setter pair
fields List<ProfileField>?
getter/setter pair
firstName String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hierarchyId String?
getter/setter pair
language String?
getter/setter pair
lastName String?
getter/setter pair
levelId int?
getter/setter pair
levelName String?
getter/setter pair
parentId String?
getter/setter pair
parentName String?
getter/setter pair
partnerId String?
getter/setter pair
partnerName String?
getter/setter pair
partnerType String?
getter/setter pair
partnerTypeId int?
getter/setter pair
phone String?
getter/setter pair
preferredCustomerName String?
getter/setter pair
profileGroup ProfileGroup?
getter/setter pair
reason String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status int?
getter/setter pair
statusName String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited