BuiltUser class Null safety

Implemented types
Mixed in types

Constructors

BuiltUser([void updates(BuiltUserBuilder)])
factory

Properties

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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
rebuild(dynamic updates(BuiltUserBuilder)) BuiltUser
Rebuilds the instance.
inherited
toBuilder() BuiltUserBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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