YekongaForm class

Constructors

YekongaForm({Map<String, dynamic> values})

Properties

clearFunctions Map<String, Function>
getter/setter pair
data Map<String, dynamic>
getter/setter pair
focusNodes Map<String, FocusNode>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isValid bool
no setter
parentNextFocusNode ↔ dynamic
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
validationFunctions Map<String, dynamic Function(bool)>
getter/setter pair
validationRequirements Map<String, bool>
getter/setter pair

Methods

clearAll() → void
containsKey(String key) bool
extractKeys(String key) KeyChild
fromMap(Map<String, dynamic> _data) → void
getNextFocus(String key) FocusNode
getValue(String key) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setClearFunction(String key, Function action) → void
setFocusNode(String key, FocusNode node) → void
setValidationFunction(String key, dynamic value(bool)) → void
setValidationRequirement(String key, bool required) → void
setValue(String key, dynamic value) → void
toJson() String
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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