LocalRecentPack constructor

LocalRecentPack({
  1. required String? sId,
  2. required String? packName,
  3. required String? packId,
  4. required String? setId,
  5. required String? packImage,
  6. required int? setPrice,
  7. required String? sTypename,
})

Implementation

LocalRecentPack(
    {required this.sId,
    required this.packName,
    required this.packId,
    required this.setId,
    required this.packImage,
    required this.setPrice,
    required this.sTypename});