UiGenerator class

Constructors

UiGenerator.new({required String id, required String token})

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
token String
getter/setter pair

Methods

buildWidgetTree(List<UIComponent> components) List<Widget>
generateUi(List json) List<UIComponent>
getUiJson() Future<String?>
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

Static Properties

components List<UIComponent>
getter/setter pair

Static Methods

buildWidget(UIComponent component, {String? fontFamily, dynamic callBack(String, String)?}) Widget