UIComponent constructor
UIComponent({
- String? type,
- String? id,
- Properties? properties,
Implementation
UIComponent({this.type, this.id, this.properties});
UIComponent({this.type, this.id, this.properties});