import 'card.dart'; class HomeData { final List data; final int? nextPage; HomeData({required this.data, this.nextPage}); }