UIComponent constructor

UIComponent({
  1. required String type,
  2. required Map<String, dynamic> data,
})

Implementation

UIComponent({required this.type, required this.data});