import 'package:pmu/domain/models/card.dart'; class HomeData{ final List? data; final int? nextPage; HomeData({this.data,this.nextPage}); }