FirestoreUserForm class
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
-