Patient class Null safety

Implemented types
Mixed in types

Constructors

Patient([void updates(PatientBuilder)?])
factory

Properties

avatar MediaAsset?
read-onlyinherited
birthday LocalDate?
read-onlyinherited
conditions BuiltSet<LocalizedType<Condition>>
read-only
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
id String
read-only
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
managingOrganization Organization?
read-only
mobilePhone String?
read-onlyinherited
onBoardingVersionCompleted int
read-only
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
supporters BuiltSet<Supporter>
read-only
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(PatientBuilder)) Patient
Rebuilds the instance.
inherited
toBuilder() PatientBuilder
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