JsonDynamicForm class

Constructors

JsonDynamicForm({List? data, Function? setState})
Initialize the library with a mandatory data and setState method

Properties

data List?
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
setState Function?
final

Methods

generateFields({bool firstTime = true}) List<Widget>?
Generate supported widgets based on the JSON data provided
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
printData() List
Return a List
toString() String
A string representation of this object.
inherited

Operators

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