UiGenerator class
Constructors
- UiGenerator.new({required String id, required String token})
Properties
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