UserBuilder class Null safety

Implementers

Constructors

UserBuilder()

Properties

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

Methods

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

Operators

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