Practitioner class Null safety
- Implemented types
- Mixed in types
Constructors
- Practitioner([void updates(PractitionerBuilder)])
-
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
-
roles
→ BuiltList<
PractitionerRole> -
read-only
- 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(PractitionerBuilder)) → Practitioner -
Rebuilds the instance.
inherited
-
toBuilder(
) → PractitionerBuilder -
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