void setData(List<Map<String, dynamic>> data) { list = RxList<Map<String, dynamic>>([]); data.forEach((e) { list.add(e); }); update(); }