FirestoreUserForm class

Constructors

FirestoreUserForm(FormGroup form, String? path)

Properties

containsCreationTime bool
no setter
containsDisplayName bool
no setter
containsEmail bool
no setter
containsLastSignInTime bool
no setter
containsPhotoURL bool
no setter
containsUid bool
no setter
creationTimeControl → FormControl<DateTime>
no setter
creationTimeErrors Map<String, Object>
no setter
creationTimeFocus → void
no setter
currentForm → AbstractControl
no setter
displayNameControl → FormControl<String>
no setter
displayNameErrors Map<String, Object>
no setter
displayNameFocus → void
no setter
emailControl → FormControl<String>
no setter
emailErrors Map<String, Object>
no setter
emailFocus → void
no setter
form → FormGroup
final
hashCode int
The hash code for this object.
no setterinherited
lastSignInTimeControl → FormControl<DateTime>
no setter
lastSignInTimeErrors Map<String, Object>
no setter
lastSignInTimeFocus → void
no setter
model FirestoreUser
no setter
path String?
final
photoURLControl → FormControl<String>
no setter
photoURLErrors Map<String, Object>
no setter
photoURLFocus → void
no setter
rawModel → dynamic
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uidControl → FormControl<String>
no setter
uidErrors Map<String, Object>
no setter
uidFocus → void
no setter

Methods

creationTimeControlPath() String
creationTimeSetDisabled(bool disabled, {bool updateParent = true, bool emitEvent = true}) → void
creationTimeValuePatch(DateTime value, {bool updateParent = true, bool emitEvent = true}) → void
creationTimeValueReset(DateTime value, {bool updateParent = true, bool emitEvent = true, bool removeFocus = false, bool? disabled}) → void
creationTimeValueUpdate(DateTime value, {bool updateParent = true, bool emitEvent = true}) → void
displayNameControlPath() String
displayNameSetDisabled(bool disabled, {bool updateParent = true, bool emitEvent = true}) → void
displayNameValuePatch(String value, {bool updateParent = true, bool emitEvent = true}) → void
displayNameValueReset(String value, {bool updateParent = true, bool emitEvent = true, bool removeFocus = false, bool? disabled}) → void
displayNameValueUpdate(String value, {bool updateParent = true, bool emitEvent = true}) → void
emailControlPath() String
emailSetDisabled(bool disabled, {bool updateParent = true, bool emitEvent = true}) → void
emailValuePatch(String value, {bool updateParent = true, bool emitEvent = true}) → void
emailValueReset(String value, {bool updateParent = true, bool emitEvent = true, bool removeFocus = false, bool? disabled}) → void
emailValueUpdate(String value, {bool updateParent = true, bool emitEvent = true}) → void
equalsTo(FirestoreUser? other) bool
lastSignInTimeControlPath() String
lastSignInTimeSetDisabled(bool disabled, {bool updateParent = true, bool emitEvent = true}) → void
lastSignInTimeValuePatch(DateTime value, {bool updateParent = true, bool emitEvent = true}) → void
lastSignInTimeValueReset(DateTime value, {bool updateParent = true, bool emitEvent = true, bool removeFocus = false, bool? disabled}) → void
lastSignInTimeValueUpdate(DateTime value, {bool updateParent = true, bool emitEvent = true}) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pathBuilder(String? pathItem) String
photoURLControlPath() String
photoURLSetDisabled(bool disabled, {bool updateParent = true, bool emitEvent = true}) → void
photoURLValuePatch(String value, {bool updateParent = true, bool emitEvent = true}) → void
photoURLValueReset(String value, {bool updateParent = true, bool emitEvent = true, bool removeFocus = false, bool? disabled}) → void
photoURLValueUpdate(String value, {bool updateParent = true, bool emitEvent = true}) → void
reset({FirestoreUser? value, bool updateParent = true, bool emitEvent = true}) → void
submit({required void onValid(FirestoreUser model), void onNotValid()?}) → void
toggleDisabled({bool updateParent = true, bool emitEvent = true}) → void
toString() String
A string representation of this object.
inherited
uidControlPath() String
uidSetDisabled(bool disabled, {bool updateParent = true, bool emitEvent = true}) → void
uidValuePatch(String value, {bool updateParent = true, bool emitEvent = true}) → void
uidValueReset(String value, {bool updateParent = true, bool emitEvent = true, bool removeFocus = false, bool? disabled}) → void
uidValueUpdate(String value, {bool updateParent = true, bool emitEvent = true}) → void
updateValue(FirestoreUser? value, {bool updateParent = true, bool emitEvent = true}) → void

Operators

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

Static Methods

formElements(FirestoreUser? firestoreUser) → FormGroup