SwipeCardData constructor
SwipeCardData({})
Implementation
SwipeCardData({
required this.imageAsset,
required this.name,
required this.age,
required this.location,
required this.distance,
this.isActive = false,
this.chipText = 'Active Now',
});