static List<dynamic> encodeList(List<dynamic> data) { // if (!shouldTransfrom(data)) return data; return data.map(encode).toList(); }