VectorXBuilder class
Properties
-
hashCode
→ int
-
The hash code for this object.
read-onlyinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a non-existent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
Static Methods
-
addParser(WidgetParser parser)
→ void
-
-
build(String json, BuildContext buildContext, ClickListener listener, Map options)
→ Widget
-
-
buildFromMap(Map<String, dynamic> map, BuildContext buildContext, ClickListener listener)
→ Widget
-
-
buildWidgets(List values, BuildContext buildContext, ClickListener listener)
→ List<Widget>
-
-
export(Widget widget, BuildContext buildContext)
→ Map<String, dynamic>
-
-
exportWidgets(List<Widget> widgets, BuildContext buildContext)
→ List<Map<String, dynamic>>
-
-
initDefaultParsersIfNess()
→ void
-