FlutterJsonSchemaFormController class

Constructors

FlutterJsonSchemaFormController({required JsonSchema jsonSchema})

Properties

data Map<String, dynamic>
no setter
files List<PlatformFile>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
initialState Map<String, dynamic>?
getter/setter pair
jsonSchema ↔ JsonSchema
getter/setter pair
onChanged ↔ (dynamic Function(Map<String, dynamic>)?)
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textEditingControllerMapping Map<String, dynamic>
If null, the form inner state will be unaccessible.
getter/setter pair

Methods

addFile(PlatformFile file) → void
computeData([Map<String, dynamic>? data]) Map<String, dynamic>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setData(Map<String, dynamic> newData, [Map<String, dynamic>? newTextEditingControllerMapping]) → void
Sets the value of both the instances of textEditingController on the textEditingControllerMapping map and the data map.
toString() String
A string representation of this object.
inherited

Operators

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