UIComponent constructor

UIComponent({
  1. String? type,
  2. String? id,
  3. Properties? properties,
})

Implementation

UIComponent({this.type, this.id, this.properties});