List<Depot> deserializeDepotList(List<dynamic> data) { return data.map((e) => Depot.fromJson(e)).toList(); }