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