User class Null safety

Implementers
Annotations

Constructors

User()

Properties

avatar MediaAsset?
read-only
birthday LocalDate?
read-only
country LocalizedType<Country>?
read-only
email String?
read-only
fcmToken String?
read-only
fcmTokenDateTime Instant?
read-only
firebaseUid String?
read-only
firstName String?
read-only
gender UserGender?
read-only
hashCode int
The hash code for this object.
read-onlyinherited
interests BuiltSet<LocalizedType<Interest>>
read-only
isCrashlyticsAllowed bool
read-only
isMedicalProfileMiningAllowed bool
read-only
isOpenForThirdPartyContacts bool
read-only
language LocalizedType<Language>?
read-only
lastName String?
read-only
mobilePhone String?
read-only
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
userId String
read-only
zipCode String?
read-only

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
rebuild(void updates(UserBuilder)) User
toBuilder() UserBuilder
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

applyPropertiesTo({required User fromUser, required User toUser}) User