BuiltUserBuilder class Null safety

Implemented types
Mixed in types

Constructors

BuiltUserBuilder()

Properties

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

Methods

build() BuiltUser
Builds.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
replace(covariant BuiltUser other) → void
Replaces the value in the builder with a new one.
override
toString() String
A string representation of this object.
inherited
update(void updates(BuiltUserBuilder)?) → void
Applies updates.
override

Operators

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