Supporter class Null safety
- Implemented types
- Mixed in types
Constructors
- Supporter([void updates(SupporterBuilder)?])
-
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
- 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
- mobilePhone → String?
-
read-onlyinherited
- onBoardingVersionCompleted → int
-
read-only
-
patients
→ BuiltSet<
Patient> -
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- updatedAt → Instant
-
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(SupporterBuilder)) → Supporter -
Rebuilds the instance.
inherited
-
toBuilder(
) → SupporterBuilder -
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