AdvancedForm class abstract
Constructors
-
AdvancedForm({Map<
String, dynamic> initData = const {}})
Properties
- csrfTokenName ↔ String
-
getter/setter pair
-
fieldKeys
→ List<
String> -
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
initData
↔ Map<
String, dynamic> -
getter/setter pair
- isChecked → bool
-
no setter
-
methods
→ List<
String> -
no setter
- name ↔ String
-
getter/setter pair
-
options
↔ Map<
String, dynamic> -
getter/setter pair
- rq → Request
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- widget ↔ String
-
getter/setter pair
Methods
-
check(
{Map fill = const {}, dynamic onValid(Map< String, dynamic> )?, dynamic onInvalid(Map<String, dynamic> )?}) → Future<bool> -
checkAndData(
{bool fillEmpties = false}) → Future< Map< String, dynamic> > - data is optional data that can be passed to the initOptions function
-
csrf(
) → Field -
fields(
) → List< Field> -
fill(
Map< String, dynamic> ? fill, {Map<String, dynamic> ? options}) → Future<bool> -
get<
T> (String key, {T? def}) → T -
getField(
String name) → Field -
initOptions(
{Map< String, dynamic> options = const {}}) → Future<AdvancedForm> -
isSubmitted(
) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited