setDataList(Map? map, T Function(List<dynamic>? data) builder) { this.rc = map?['rc'] ?? map?['RC']; this.rcm = map?['rcm'] ?? map?['RCM']; this.data = builder(map?['data'] ?? map?['Data']); }