FormModel<TModel, TModelOutput> class
abstract
Methods
-
equalsTo(TModel other)
→ bool
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
reset({TModel? value, bool updateParent = true, bool emitEvent = true})
→ dynamic
-
-
submit({required void onValid(TModelOutput model), void onNotValid()?})
→ void
-
-
toggleDisabled({bool updateParent = true, bool emitEvent = true})
→ void
-
-
toString()
→ String
-
A string representation of this object.
inherited
-
updateInitial(Map<String, Object?>? value, String? path)
→ void
-
-
updateValue(TModel? value, {bool updateParent = true, bool emitEvent = true})
→ void
-
-
upsertValue(TModel? value, {bool updateParent = true, bool emitEvent = true})
→ void
-