UIComponent class

Constructors

UIComponent({int? type, String? id, required List<Properties>? properties, List<UIComponent>? widgets})
UIComponent.fromJson(Map<String, dynamic> json)

Properties

hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pair
properties List<Properties>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type int?
getter/setter pair
widgets List<UIComponent>?
getter/setter pair

Methods

mergeAndAssignProperties(Map<String, dynamic> json, int type, int index, List<Properties> properties) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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

Static Methods

logJson(Map<String, dynamic> json, String name) String