UserProfile class

Constructors

UserProfile({String? uuid, String? createdTs, String? updatedTs, String? createdBy, String? updatedBy, int? version, String? id, CoverMedia? media, String? extProfileImgUrl, String? firstName, String? lastName, int? gender, int? yob, List<AuthProvider>? authProviders, HomeLocation? homeLocation, List<ContactPoint>? contactPoints, String? premiumUntilTs, String? type, UserProfileMetadata? metadata, String? registeredTs, List<Device>? devices, List<UserCommunit>? userCommunities, List<UserCommunit>? userCommunitiesNegative, List<PolicyAcceptance>? policyAcceptances, bool? active})
UserProfile.fromJson(Map<String, dynamic> json)
factory

Properties

active bool?
getter/setter pair
authProviders List<AuthProvider>?
getter/setter pair
contactPoints List<ContactPoint>?
getter/setter pair
createdBy String?
getter/setter pair
createdTs String?
getter/setter pair
devices List<Device>?
getter/setter pair
extProfileImgUrl String?
getter/setter pair
firstName String?
getter/setter pair
gender int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
homeLocation HomeLocation?
getter/setter pair
id String?
getter/setter pair
lastName String?
getter/setter pair
media CoverMedia?
getter/setter pair
metadata UserProfileMetadata?
getter/setter pair
policyAcceptances List<PolicyAcceptance>?
getter/setter pair
premiumUntilTs String?
getter/setter pair
registeredTs String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String?
getter/setter pair
updatedBy String?
getter/setter pair
updatedTs String?
getter/setter pair
userCommunities List<UserCommunit>?
getter/setter pair
userCommunitiesNegative List<UserCommunit>?
getter/setter pair
uuid String?
getter/setter pair
version int?
getter/setter pair
yob int?
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