Map<String, dynamic> toJson() { Map<String, dynamic> rst = {}; rst["data"] = data.map((e) => e.toJson()).toList(); return rst; }