Profile class
- Annotations
-
- @JsonSerializable()
Constructors
-
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}) -
Profile.fromJson(Map<
String, dynamic> json)
Properties
- address ↔ Address?
-
getter/setter pair
- commercialChannelId ↔ String?
-
getter/setter pair
- commercialChannelName ↔ String?
-
getter/setter pair
- customerCode ↔ String?
-
getter/setter pair
- customerNumber ↔ String?
-
getter/setter pair
- displayName ↔ String?
-
getter/setter pair
- emailId ↔ String?
-
getter/setter pair
- entityId ↔ String?
-
getter/setter pair
-
fields
↔ List<
Fields> ? -
getter/setter pair
- firstName ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastName ↔ String?
-
getter/setter pair
- levelId ↔ int?
-
getter/setter pair
- levelName ↔ String?
-
getter/setter pair
- mobileNumber ↔ String?
-
getter/setter pair
- parentId ↔ String?
-
getter/setter pair
- partnerName ↔ String?
-
getter/setter pair
- partnerType ↔ int?
-
getter/setter pair
- profileGroup ↔ ProfileGroup?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- salesForce ↔ bool?
-
getter/setter pair
- status ↔ 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